We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Android is producing a strange behavior. Need to click twice, one for highlight and other to call the action.
Also if a button is highlighted and you press in other part of the screen, the result is that the button highlighted is pressed.
Don't make sense to highlight on android, since you can not put the finger over the button without click, as in PC works the mouse over.
This problem appears even in the example provided by the library: ControlP5Button
The text was updated successfully, but these errors were encountered:
#34 it is closed but can be used by you for fix
Sorry, something went wrong.
No branches or pull requests
In Android is producing a strange behavior.
Need to click twice, one for highlight and other to call the action.
Also if a button is highlighted and you press in other part of the screen, the result is that the button highlighted is pressed.
Don't make sense to highlight on android, since you can not put the finger over the button without click, as in PC works the mouse over.
This problem appears even in the example provided by the library: ControlP5Button
The text was updated successfully, but these errors were encountered: