I build my App with Android Lollipop SDK (21). After opening some activities and close they, one activity has this corrupted screen. It looks like a Memory error, but this happens only on Android Lollipop devices. In the Logcat i cant see errors.
Any ideas what this is?
webView.setLayerType(View.LAYER_TYPE_SOFTWARE, null); solves the problem.