Can you able to figure out what's wrong with this webview on kindle fire?
Asked
Active
Viewed 289 times
1 Answers
2
try setting
mWebView.setLayerType(View.LAYER_TYPE_SOFTWARE,null);
it's a shot in the dark, but I've had some strange WebView drawing problems solved by disabling hardware acceleration.

CSmith
- 13,318
- 3
- 39
- 42
-
Thank you very much smith, it's work. also i have one another problem webview showing one popup type view, on click on one tab, but it showing blank screen..can you figure out this issue? – Mahesh Sep 20 '13 at 13:27
-
i have added screen shot of popup, it showing on browser but not showing on application, i am loading url of mobile site in webview – Mahesh Sep 20 '13 at 14:25