You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that if I click as shown in the image, in between the icon and text, then ReactionButton does not register it as a click, and instead, the parent element gets clicked, which in my case, triggers a different action. This was undesirable for me, so as a workaround I wrapped ReactionButton with an empty GestureDetector, which still results in some clunky user experience, but at least no navigation is happening, instead, the click just does nothing.
Current suspected hitbox (hard to click for the user, results in miss clicks):
Can you please fix this, and make it so that ReactionButton's hitbox is one big box that spans over the entire widget?
The text was updated successfully, but these errors were encountered:
Hi!
I've noticed that if I click as shown in the image, in between the icon and text, then
ReactionButton
does not register it as a click, and instead, the parent element gets clicked, which in my case, triggers a different action. This was undesirable for me, so as a workaround I wrappedReactionButton
with an emptyGestureDetector
, which still results in some clunky user experience, but at least no navigation is happening, instead, the click just does nothing.Current suspected hitbox (hard to click for the user, results in miss clicks):
Can you please fix this, and make it so that
ReactionButton
's hitbox is one big box that spans over the entire widget?The text was updated successfully, but these errors were encountered: