Page 1 of 1

jquery popup not working on appery iphone app

Posted: Wed Apr 16, 2014 3:18 pm
by luke315774

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?


jquery popup not working on appery iphone app

Posted: Wed Apr 16, 2014 3:38 pm
by Maryna Brodina

Hello!

Could you clarify what exactly doesn't work and how we can reproduce the problem?


jquery popup not working on appery iphone app

Posted: Wed Apr 16, 2014 3:48 pm
by luke315774

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.


jquery popup not working on appery iphone app

Posted: Wed Apr 16, 2014 4:20 pm
by luke315774

Forget it... It now work.. The iphone app is not always up to date with my latest version..


jquery popup not working on appery iphone app

Posted: Wed Apr 16, 2014 4:31 pm
by Maryna Brodina

Ok, thank you for update!