Click event not working on Android device
Hi John, sorry for delay - could you please provide us an app example so we can take a closer look on the device? Also please specify which Android version you are using.
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/
Hi John, sorry for delay - could you please provide us an app example so we can take a closer look on the device? Also please specify which Android version you are using.
Hi Illya,
I looked at some other tickets and rewrote the code so that:
for the whole mobileradiogroup, upon the Event Value Change run JavaScript:
var checkedValue = Apperyio("mobileradiogroup_2").find('input[type="radio"]:checked').val();
plus some other logic after that.
This worked and I can't remember what I was doing before (which worked on the emulator but not on Android). I'm using Android version 6.0.
Cheers,
John