Skip to content Skip to sidebar Skip to footer

Web View Content Flickering In Android?

I'm using this lib for horizontal swipe. Check the below code Swipe functionality works fine but when i'm going direct to slide then doesn't show content on web view. Shown some be

Solution 1:

This the above problem of flickering so i can read so many link like :-

https://code.google.com/p/android/issues/detail?id=20446

hardware accelerated webview slide-in animation flickering on ICS

WebView "flashing" with white background if hardware acceleration is enabled (Android 3.0+)

and

Code

webview.setLayerType(View.LAYER_TYPE_SOFTWARE, null);

above code work for me .

Post a Comment for "Web View Content Flickering In Android?"