Android WebView seems to ignore "viewport" information on web pages
Posted
by Evan
on Stack Overflow
See other posts from Stack Overflow
or by Evan
Published on 2010-05-25T22:50:16Z
Indexed on
2010/05/25
22:51 UTC
Read the original article
Hit count: 299
I have a website that is using the viewport META tag to tell mobile browsers how to display content ( ). Viewing the page in the Android browser looks correct (and iPhone, etc).
When I load the page into a WebView component in an android Application, the WebView ignores the "VIEWPORT" tag, and renders the page at "full" resolution, which is zoomed-in in this case.
© Stack Overflow or respective owner