Figure out what to do with viewport and <meta name="viewport"> on a docked device
Bug #1547145 reported by
Chris Coulson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Oxide |
Fix Released
|
High
|
Chris Coulson |
Bug Description
Currently on mobile form factors, we enable 2 settings in Blink - viewportEnabled and viewportMetaEna
The former is enabled by passing --enable-viewport. The latter is enabled via content:
First of all, it looks like setting WebPreferences:
But I'm not sure what to do with viewport meta - should we disable it on a device in desktop mode, or enable it everywhere?
Changed in oxide: | |
importance: | Undecided → High |
status: | New → Triaged |
Changed in oxide: | |
milestone: | none → branch-1.18 |
assignee: | nobody → Chris Coulson (chrisccoulson) |
status: | Triaged → In Progress |
To post a comment you must log in.
Actually, --enable-viewport is required to enable pinch-zoom, unless we pass --enable-pinch (see bug 1547138)