Web doesn't adjust WebView width in Android 4.0.X -
i've inserted following sentence adjusting web webview
<meta name="viewport" content="width=device-width, user-scalable=yes"> i inserted in code:
webview.getsettings().setloadwithoverviewmode(true); webview.getsettings().setusewideviewport(true); in nexus 4 android 4.4.2, works pretty , web adjusted webview, in mobile android 4.0.4 doesn't work. how can solve it?
Comments
Post a Comment