javascript - PhoneGap + jQuery Mobile Annoying Blink Between Transitions -
I hope you are okay.
So, the thing is, I have a phonegapp app using JQuery Mobile.
The jQuery version of jQuery is: jquery.mobile-1.4.0.
I am using many ways to transition between scenes within the same file, not on individual HTML files, such as:
& lt ; Div data-role = "page" id = "preload" & gt; & Lt; Div data-role = "page" id = "noConnection" & gt; & Lt; Div data-role = "page" id = "intro" & gt;
... and so on
The current viewport meta tag is:
& lt; Meta name = "viewport" content = "user-scalable = no initial level = 1, maximum-level = 1, minimum-level = 1, goal densitydpi = device-dpi" / & gt;
So far, I have not been able to remove that nap between the infection.
about how to change the ideas, I have tried many methods, but all of them get the same blink:
$. Mobile.changePage ("#Rules and Message", {Infection: "Slide", Reverse: false}); $ .mobile.pageContainer.pagecontainer ( "change", "#termsAndConditions", {transition: "flow", Reload: true});
Do you have any problem with how I can solve it?
It comes in the iPhone with the iPad 7 with the iOS 7, the iOS 7, Android has not yet been tested. Thanks in advance for the help.
Use overlay, not hiding the transition
. Ui-mobile-viewport-transition .ui-page {overflow-y: overlay; }
Comments
Post a Comment