Android Question WEBVIEW I get a zoomed-in web page

tigrot

Well-Known Member
Licensed User
Longtime User
Hi everybody!
I have this issue: I get a zoomed-in page(very large chars) in a browseable web directory page. I'm not able to zoom-out, which is the first image under. If I call the page using Google official browser and get something like the second image.

The first image from my APP:

Screenshot_2015-01-30-10-41-03.png

The second(same directory) directly from browser.

Screenshot_2015-01-30-10-47-27.png

I don't do anything alse but webview.loadUrl("URL")
What I've missed?

Best regards and thanks!

Mauro Zanin
 

Cableguy

Expert
Licensed User
Longtime User
Try forcing canzoom=false with webview extras lib..
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
Sorry, my bad...
same developers, same view... not extras but settings....
see it here
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
De Nada Mauro, estamos cá para nos ajudar uns aos outros!
 
Upvote 0
Top