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.
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.