Screen flickers in android devices

Screen flickers in android devices while works fine in iPhone

We are using HTML5 and jquery mobile, when we use page transitions like slide or pop etc, it works fine in iPhone but if we use android phone, screen flickers during page transition..

We have also used stack overflow solutions like

ui-page {
-webkit-backface-visibility: hidden;
}

But this is no working yet...

Comments

Popular posts from this blog

Struts 2 : Warning :No configuration found for the specified action: 'Login.action' in namespace: '/'

Read Images from a xlsx file using Apache POI

Upload file on Google cloud storage using Java servlet on google app engine