-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Button doesn't dispatch onClick event on click on the edges of it #1766
Comments
Thanks for reporting @Andrew-Zakharov! It's a known issue, happens because we scale down the button when it's active so the clickable area is getting smaller and the event is not called. You can use Alternatively, you can disable the animation using |
I see, thank you for the explanation 👍 |
@talkor are there any plans on fixing it directly in the package? |
Not at the moment but contribution is welcome :) |
Hey @talkor Is it ok if we dispach onClick on MouseDown as well? Will this hamper the workflow in any manner? |
Hey @RitikBora! Yes that's definitely ok, this is also the workaround suggested |
For some reason when click on the button's edges it doesn't dispatch onClick although click animation is being played
Screen.Recording.2023-11-24.at.13.33.09.mp4
The text was updated successfully, but these errors were encountered: