android - Phonegap white blink when data-ajax="false" -
in built phonegap html/js app there white blinks when navigating betwen pages on android , ios.using angular , jquery, links have data-ajax="false" no ajax or transitions used.(removed jquery problem didn't solve)
i tried:
1.) .ui-page { -webkit-backface-visibility: hidden !important; } 2.) <meta name="viewport" content="width=device-width, user-scalable=no">
3.) changing default background
body{ background-image:url(images/backgrounds/eni0.png) !important; background-size:cover !important; }
but nothing above worked.
do have more ideas?
thanks in advance.
if don't use ajax navigation changing 1 html page another, , page navigation blink appear, there nothing can't avoid this, blink due navigation.
the options here using ajax navigation, on first page , , display second page content without navigating different html, or using fade out - fade in animations before changing 1 html another, won't remove blink, "hide" it.
Comments
Post a Comment