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.