android - WebView cut off -
i have webview supposed show webcam films.
when go webcam mobile's browser works fine, when try application looks this:
http://i.imgur.com/muohsrh.jpg
for reason zooms in, , part of screen thats "outside" unreachable, when trying drag, scroll or zoom out (as can seen in picture, i'm trying drag screen right).
what able find regarding problem this:
android - webview cuts off
i've tried solutions there, no avail.
would appreciate help. thanks!
managed find answer.
x.getsettings().setloadwithoverviewmode(true); x.getsettings().setusewideviewport(true);
(when x webview)
Comments
Post a Comment