Problem with Android Button Click

I have a weird bug where when my button is being pressed from android, if I don’t move the touch a bit the button will go to released event even though my finger is still pressing on the button. How can I solve this?

I would look at the “is Focusable” and check it off if its on. I had a similar problem and this solved it.

1 Like