← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1547145] Re: Figure out what to do with viewport and <meta name="viewport"> on a docked device

 

This is fixed with
https://git.launchpad.net/oxide/commit/?id=e8852866ce6dcbb4976e4a40bfda5274c859fde3

** Changed in: oxide
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1547145

Title:
  Figure out what to do with viewport and <meta name="viewport"> on a
  docked device

Status in Oxide:
  Fix Released

Bug description:
  Currently on mobile form factors, we enable 2 settings in Blink -
  viewportEnabled and viewportMetaEnabled. These are both disabled on
  desktop.

  The former is enabled by passing --enable-viewport. The latter is
  enabled via content::WebPreferences::viewport_meta_enabled.

  First of all, it looks like setting
  WebPreferences::viewport_meta_enabled implies --enable-viewport, so we
  can stop explicitly enabling that in Oxide.

  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?

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1547145/+subscriptions


References