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