Ram
Posts: 0
Joined: Fri Aug 02, 2013 12:15 pm

Hide/Show Grid works in simulator but not in safari mobile

Dear Maryna,

well, when I use the same line of code:

code
Appery('grid_fake').hide();
/code

and

code
Appery('grid_fake').show();
/code

from the radio button click event then it doesnt work, i then tried as you suggested using the same line of code from a button click event and it does work :)

so... is it a bug or there's some workaround for getting it to work when clicking a radio button too?

Cheers,
R.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Hide/Show Grid works in simulator but not in safari mobile

Click event for radiobutton doesn't work on device. Please use value change event instead.

Return to “Issues”