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

Popular posts from this blog

Linux vanilla kernel on QEMU and networking with eth0 -

rdbms - what exactly the undo information lives in oracle? -

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -