Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 1632 by [email protected]: Meta tag defining viewport not
rendered
http://code.google.com/p/google-caja/issues/detail?id=1632
What revision of the cajoler exhibits the problem? On what browser and OS?
Current version as of Jan 24 2013 (I don't know how to tell the version)
Experienced using default web browser 2.3.6 on Android Nexus One as well as
firefox on Android Nexus One.
What steps will reproduce the problem?
1. Embed the following in a webpage: <meta name="viewport"
content="user-scalable=no, width=device-width" />
What is the expected output? What do you see instead?
The screen should appear zoomed and I should not be able to scroll right.
Unfortunately, the screen appears zoomed out and I can scroll right. Not
conducive to development of mobile web apps.
Please provide any additional information below.
I tested the same line of code on a html file that I read from my sdcard
and experienced the desired behavior, so it's not a limitation of the
phone-I think caja is somehow messing with meta tags.
--