Blank screen on Android 5

While developing an app using phonegap, angular touch and jquery, we run into this error on some android devices.

When you touch and move around an item without scrolling, the screen goes blank. When the body is twisted, the screen comes back to life. All elements remain in the house and still spark events and so on. When using developer tools, we can still see the elements.

http://youtu.be/NdTerKi08WE

Has anyone seen this error before?

EDIT

I am using phongegap build so I have no access to java files. This issue only occurs on Android 5 phones.

EDIT 2

Same issue on the Chrome browser of the device, which is probably not a phone disconnect issue.

+3


source to share


1 answer


The issue was related to rtl issue in new chrome.



A workaround is to add "rtl" to the css on the finished document.

+3


source







All Articles