Skip to content

Conversation

UrtsiSantsi
Copy link
Contributor

button with "suggested-action" style

The reason that happens is that when clicking on a button, the button claims the "released" gesture
and we don't get the "released" signal.
Setting the propagation phase to "CAPTURE" allows
us to handle the event before the button claims
it.

button with "suggested-action" style

The reason that happens is that when clicking on a
button, the button claims the "released" gesture
and we don't get the "released" signal.
Setting the propagation fhase to "CAPTURE" allows
us to handle the event before the button claims
it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant