Hello, Is there a reason why in jetpack compose we...
# compose
m
Hello, Is there a reason why in jetpack compose we don't have the Link role? iOS has it, web has it, but Android doesn't. They report multiple bugs to us because we do not go hand in hand with the rest of the platforms when a link works as an action or as navigation since its role must change from button to link.
f
By "role" do you mean semantics role?
m
yes