[Webkit-unassigned] [Bug 45443] [GTK] Support for viewport meta tag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 16 08:17:08 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=45443





--- Comment #62 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2010-11-16 08:17:07 PST ---

> > Are you using ; in  the  metatag instead of , ? I had that issue on facebook etc. Google Android used to support ; but they say that they have removed that support.
> 
> This is the meta tag in the page I mentioned above:
> 
> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
> 
> So perhaps what is wrong is we should not use zoom at all because user-scalable is 0 (the viewport computation says we should scale to 0.25 for some reason!).

The parser will barf on this one and misinterpret it. There is a patch in bugzilla somewhere having a patch adding support for ;. You can try testing with that, or give your input on whether we need to support ; or not.

iPhone apparently also does not support ;, which is supported by most Android phones out there.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list