Page 4 of 4

Click event not working on Android device

Posted: Wed Dec 07, 2016 6:01 pm
by Illya Stepanov

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.


Click event not working on Android device

Posted: Sun Dec 11, 2016 12:38 pm
by John Chaudhry

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