You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to https://developer.apple.com/videos/play/wwdc2018/239/, WebKit on watchOS 5 will override meta-name="viewport" content="width=X, initial-scale=Y" declarations, and present with a 320px-wide viewport (initial-scale=0.49) unless you say some new, magic words:
<meta name="disable-adaptations" content="watch">
With that, the watch presents using its actual, native, 156px-wide viewport.
According to https://developer.apple.com/videos/play/wwdc2018/239/, WebKit on watchOS 5 will override
meta-name="viewport" content="width=X, initial-scale=Y"
declarations, and present with a 320px-wide viewport (initial-scale=0.49
) unless you say some new, magic words:<meta name="disable-adaptations" content="watch">
With that, the watch presents using its actual, native, 156px-wide viewport.
According to the spec, new
name
values should be registered on the WHATWG wiki.And
disable-adaptations
should be specified...somewhere. Maybe in CSS Device Adaptation?The text was updated successfully, but these errors were encountered: