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.
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.