0

enter image description here

Can you able to figure out what's wrong with this webview on kindle fire?enter image description here

Mahesh
  • 2,862
  • 2
  • 31
  • 41

1 Answers1

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