I've set up the most basic working scenario for a jquery popup. It seem to be working everywhere (browser, android tester app) but not in the iOS appery tester app. I'm on iOS 7.1.
Am I the only one reporting the problem with popup?
I've set up the most basic working scenario for a jquery popup. It seem to be working everywhere (browser, android tester app) but not in the iOS appery tester app. I'm on iOS 7.1.
Am I the only one reporting the problem with popup?
Hello!
Could you clarify what exactly doesn't work and how we can reproduce the problem?
I added an invisible HTML Component with this html :
code<div id="popupDialog" data-role="popup">okokok<>/code
On page load, I run this javascript :
$('#popupDialog').popup();
On a button click I run this :
$('#popupDialog').popup("open");
What don't work: On my iPhone (iOS 7.1) in the Appery tester app, the popup does not show up. Everywhere else (android tester app, browser), the popup is showing up.
Forget it... It now work.. The iphone app is not always up to date with my latest version..
Ok, thank you for update!