简体   繁体   中英

white screen always show before transition while using JQuery mobile changePage

I am making single page app with Backbone, JQuery mobile, when I use JQuery changePage to switch views(pages), white screen always showes before transition(testing on Android), have tried out solutions found on StackOverflow, but still problem existing. So is there better solution to solve it?

Problem solved:

Solution:

Change:

<meta name="viewport" content="width=device-width, initial-scale=1">

To:

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">

Then white screen disappear.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM