luke315774
Posts: 0
Joined: Mon Mar 17, 2014 6:33 pm

jquery popup not working on appery iphone app

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?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

jquery popup not working on appery iphone app

Hello!

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

luke315774
Posts: 0
Joined: Mon Mar 17, 2014 6:33 pm

jquery popup not working on appery iphone app

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.

luke315774
Posts: 0
Joined: Mon Mar 17, 2014 6:33 pm

jquery popup not working on appery iphone app

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

jquery popup not working on appery iphone app

Ok, thank you for update!

Return to “Issues”