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

Read Images from a xlsx file using Apache POI

Read Excel using Apache POI - Exception in thread "main" org.apache.poi.poifs.filesystem.OfficeXmlFileException:

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