Android Webview Not Rendering Correctly
I have been having a strange error when visualizing some pages with a webview. I have found this problem when using a Samsung Tablet model SGH - I957 running Honeycomb 3.1 (On prev
Solution 1:
I got the same problem with a samsung tablet running 3.x and got it working enabling hardware acceleration in AndroidManifest.xml.
android:hardwareAccelerated="true"
Post a Comment for "Android Webview Not Rendering Correctly"