javascript - Page load flickers on PhoneGap iOS app -


my phonegap application uses slide in , slide out animations using entirely css animations.

you can find project based app on here.

as can see demo slide transition quite smooth, add images, after new page loaded flickers/blinks fraction of second. interesting thing ui elements shown on screen , flickers occurs. more, page scrolling becomes buggy , doesn't let me scroll bottom of page images are.

i cached images using css improve image load again no luck. found on different blogs similar issue on jq mobile , tried adding without luck:

    webkit-backface-visibility: hidden; 

you don't know how appreciate spent whole saturday trying figure out.

after hours of fiddling realized issue because of scrolling mechanism , fixed header poorly supported -webkit browser. using iscroll 5 , issue disappeared.


Comments

Popular posts from this blog

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -