Page 1 of 1

Popup appearing when testing app on browser but not on tester app/mobile browser.

Posted: Tue Aug 16, 2016 9:04 pm
by Aureanna Hakenson

I have a page on my app where there is a choice of three radio buttons, and when one is selected, a popup is supposed to appear (like a quiz). This works fine when I test the app online in the browser on my laptop, but the popup doesn't appear when testing the app in the tester app or on a mobile browser. The logic I am using is Click - Open Popup, on each of the radio buttons. I have other click-popup logic in my app that seem to be working fine in both places. Any idea why it would work in one place but not another or what the problem could be? I checked the weinre debugger and there weren't any errors.


Popup appearing when testing app on browser but not on tester app/mobile browser.

Posted: Wed Aug 17, 2016 10:57 am
by Illya Stepanov

Hello -

Have you tried to test your app on actual device as an installed app? Weinre debugger will work only on the app installed on the device.


Popup appearing when testing app on browser but not on tester app/mobile browser.

Posted: Wed Aug 17, 2016 8:01 pm
by Aureanna Hakenson

Hello! I tried running it on the Xcode ios simulator and the appetize.io simulator and it didn't work on those either. Seems like it only wants to work on my laptop browser. It does seem to work if I use a regular button instead so I may just switch to a regular button instead of radio button and leave it at that.


Popup appearing when testing app on browser but not on tester app/mobile browser.

Posted: Sat Aug 20, 2016 9:06 am
by Serhii Kulibaba

Hello,

Please test it on the real device as Illya suggest you above and kindly let us know the result.