Blank screen on Android 5

269 Views Asked by At

While developing an app wich uses phonegap, angular touch and jquery we stumble in this bug on some android devices.

When touch and move over an non scrollable object the screen goes blank. When scrooling the body the screen comes back to life. All the elements stays in dom and still firing events and so. When using developer tools we still can see the elements.

http://youtu.be/NdTerKi08WE

Has any one saw this bug before?

EDIT

Im using phongegap build so i dont have access to java files. This problem is only on Android 5 phones.

EDIT 2

Same problem on device chrome browser so its probably not an phone gap problem.

1

There are 1 best solutions below

1
Dor Shay On BEST ANSWER

The problem was an issue regard to rtl in the new chromium.

The workaround is to add the "rtl" to css on document ready.