Reputation: 743
I am creating an app in which i want to use a select option with long list for this i tried an example from here but the problem is when tried the long list example in the emulator then the page starts flickering and blinking before opening the dialog and after closing the dialog can any one tell how to solve this issue is also google it and found many solution but none of them worked. Thanks in advance.
Upvotes: 0
Views: 212
Reputation: 254
Try this code, comment the lines of code in jquery.mobile-1.x.x.js
1. //meta.attr( "content", disabledZoom );
2. //meta.attr( "content", enabledZoom );
Have a fun;
Upvotes: 0