realmadrid2121 .
Posts: 0
Joined: Mon Sep 22, 2014 1:08 am

show hide javascript event based radio group selection only works in appery.io test browser but not on iOS appery app or

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 ?

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

show hide javascript event based radio group selection only works in appery.io test browser but not on iOS appery app or

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.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

show hide javascript event based radio group selection only works in appery.io test browser but not on iOS appery app or

Also if you use "Click" event handler to run this js - please try to use "virtual click" instead.

Regards.

Nabeal Saif
Posts: 0
Joined: Mon Dec 01, 2014 4:50 am

show hide javascript event based radio group selection only works in appery.io test browser but not on iOS appery app or

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

realmadrid2121 .
Posts: 0
Joined: Mon Sep 22, 2014 1:08 am

show hide javascript event based radio group selection only works in appery.io test browser but not on iOS appery app or

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 Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

show hide javascript event based radio group selection only works in appery.io test browser but not on iOS appery app or

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.

realmadrid2121 .
Posts: 0
Joined: Mon Sep 22, 2014 1:08 am

show hide javascript event based radio group selection only works in appery.io test browser but not on iOS appery app or

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

http://appery.io/app/mobile-frame?src...

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

show hide javascript event based radio group selection only works in appery.io test browser but not on iOS appery app or

Hello,

Please specify steps to reproduce this problem.

I've tried to click on some elements but nothing happens in browser.

Regards.

realmadrid2121 .
Posts: 0
Joined: Mon Sep 22, 2014 1:08 am

show hide javascript event based radio group selection only works in appery.io test browser but not on iOS appery app or

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

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

show hide javascript event based radio group selection only works in appery.io test browser but not on iOS appery app or

Hello,

Please use "value change" event for radio button component instead of "click".

Regards.

Return to “Issues”