Mark MB
Posts: 0
Joined: Wed May 27, 2015 7:34 am

Showing/Hiding select control fails on both iPhone and Android.

I am trying to hide or show a Select control named 'number_of_people_1' based on a value of check box. My code does work on desktop Chrome browser but not on iPhone iOS9 or Android device! Here are all options I have tried:

Appery("number_of_people_1").visible = false;
Apperyio("number_of_people_1").closest('[data-role="fieldcontain"]').show();

Any help is appreciated.

Mark MB
Posts: 0
Joined: Wed May 27, 2015 7:34 am

Showing/Hiding select control fails on both iPhone and Android.

Ok correction the code to show or hide the Select control works but the Click event handler for my checkbox which calls the above code does not fire on the real device. I used the Value Changed event instead and it worked.

Any ideas? Thanks in advance.

Mark MB
Posts: 0
Joined: Wed May 27, 2015 7:34 am

Showing/Hiding select control fails on both iPhone and Android.

Ok correction, the code to show or hide the Select control works but the Click event handler for my checkbox which calls the above code does not fire on the real device. I used the Value Changed event instead and now it works on read device.

Return to “Issues”