Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JQuery .popup("open") not working properly on iOS 9 device

onClick event we call following

  1. $("#popupDialog").popup("open");
  2. $("#popupDialog").popup("open");
  3. $("#username").focus();

the popup appears and suddenly disappear.

We are facing this issue on iOS devices , since we updated ipad and iphone to ios 9 before iOS 9 it was OK.

Mobile Application Platform : JQuery Mobile 1.4.2 using Mobilefirst 6.3 studio

How can we fix this issue ?

Thanks,

like image 215
MichealSmith Avatar asked Sep 17 '15 08:09

MichealSmith


1 Answers

I added data-history="false" to the pop div and it is is working now

like image 55
Riswan Mohammod Avatar answered Nov 15 '22 21:11

Riswan Mohammod