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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 6 04:30:10 PDT 2010


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





--- Comment #22 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2010-10-06 04:30:08 PST ---

> As Kenneth said, when the size of the viewport is changed, we need to compute the optimal viewport configuration again. Therefore, there should be a way of accessing the viewportConfig via the view like getting the WindowFeatures.

Be careful what you call the viewport. There is the actual visible viewport (which might grow, like when the address bar scrolls out on the iphone) and there is the layout viewport.

When calculating the "viewport features", as you are calling it, we need the minimum actual visible viewport as input and it will output the actual layout viewport, plus min, max, initial scale etc.

I'm not sure "viewport features" is the best name. We are currently considering calling it viewport attributes for Qt - finding a proper name for this is hard :-)

-- 
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