Click event called twice on android devices
The click event on button is called twice everytime I click on the button on an android device. All other devices calls the click event once only as expected. I have around 15 buttons in 1 screen.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
The click event on button is called twice everytime I click on the button on an android device. All other devices calls the click event once only as expected. I have around 15 buttons in 1 screen.
On which particular devices it doesn't work and on which it works?
On android devices. I have 4 devices with different android versions. It calls the click event twice.
On other non android devices it works well.
What Android version? It's probably a specific Android version + PhoneGap issue. Try this. Export the app source and replace PhoneGap with the latest version.
We'll try to export the app and replace phonegap. We'll let you know.