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

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

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -