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)

fitting webpage contents inside webview (android)


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -