Show hide javascript event based radio group selection only works in appery.io test browser but not on iOS appery app or android app. Is this a known issue ?
Show hide javascript event based radio group selection only works in appery.io test browser but not on iOS appery app or android app. Is this a known issue ?
Hello,
Unfortunatly it's not currently clear what is your problem.
Please show us some screen shots and describe them.
Also please show us your JS implementation.
Regards.
Also if you use "Click" event handler to run this js - please try to use "virtual click" instead.
Regards.
Yurii,
Yes i have a radio group and 2 radio items in it. when one is selected i have a click event javascript as the following:
Appery('demographics_grid').show();
Appery('quantity_grid').hide();
When the second one is clicked i have a second click event javascript :
Appery('demographics_grid').hide();
Appery('quantity_grid').show();
it works in the test browser. but in the iOS appery app it does not work , neither the android app.
I tried "Virtual click" and neither worked not in app or browser tester .. "tap" only works in browser like above
Thanks
Yurii,
Yes i have a radio group and 2 radio items in it. when one is selected i have a click event javascript as the following:
Appery('demographics_grid').show();
Appery('quantity_grid').hide();
When the second one is clicked i have a second click event javascript :
Appery('demographics_grid').hide();
Appery('quantity_grid').show();
it works in the test browser. but in the iOS appery app it does not work , neither the android app.
I tried "Virtual click" and neither worked not in app or browser tester .. "tap" only works in browser like above
Thanks
Unfortunatly It's not clear enough now how do you manage these "two clicks".
Please give us your app public link and describe steps to reproduce this problem.
We will take a look.
Regards.
Yurii,
This is what Im trying to do .. I put it in a test app to simplify things
The javascript show hide click event only works in browser not in mobile app
Hello,
Please specify steps to reproduce this problem.
I've tried to click on some elements but nothing happens in browser.
Regards.
Hello Yurii again,
Basically if the Item1 radio group is selected i set a click event javascript:
Appery('grid1').show();
Appery('grid2').hide();
grid 1 contains a label with the text "grid 1"
if the Item 2 radio group is selected i set a click event javascript:
Appery('grid1').hide();
Appery('grid2').show();
grid 2 contains a label with the text "grid 2"
Works in the test browser nicely.. doesn't work on the device
Nabeal
Hello,
Please use "value change" event for radio button component instead of "click".
Regards.