Enable viewport <meta> tag support for mobile platforms only#39133
Enable viewport <meta> tag support for mobile platforms only#39133jdm merged 1 commit intoservo:mainfrom
<meta> tag support for mobile platforms only#39133Conversation
|
Instead of a preference, I think this should be automatically enabled for OHOS and Android the same way this works in Chromium. I think we need to avoid having a proliferation of configuration options that must be set carefully by embedders. Instead Servo should work correctly out of the box. An exception exists for this would be if this needs to be disabled for OHOS. |
f2d3d91 to
857ecda
Compare
<meta> tag parsing for mobile platforms only.
857ecda to
81ce0ac
Compare
<meta> tag parsing for mobile platforms only.<meta> tag support for mobile platforms only.
|
cc: @xiaochengh |
81ce0ac to
dda929c
Compare
Please take a look now. |
Signed-off-by: Shubham Gupta <[email protected]>
dda929c to
bf22366
Compare
<meta> tag support for mobile platforms only.<meta> tag support for mobile platforms only
servo#39133)" This reverts commit 40ced5b.
servo#39133)" This reverts commit 40ced5b. Signed-off-by: Shubham Gupta <[email protected]>
Enable viewport
<meta>tag support for mobile platforms only.Reference: web_preferences.h
Todo: Disable for when requested desktop site: web_contents_impl.cc
Testing: Tested Manually
Fixes: #39002