-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove initial-scale=1 meta viewport property by default to disable tap delay #5903
Conversation
Plugin builds for e4124eb are ready 🛎️!
|
Codecov Report
@@ Coverage Diff @@
## develop #5903 +/- ##
=============================================
- Coverage 75.12% 75.12% -0.01%
- Complexity 5667 5670 +3
=============================================
Files 210 210
Lines 17023 17027 +4
=============================================
+ Hits 12789 12792 +3
- Misses 4234 4235 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Will this resolve the page experience guide check? According to the linter rule, if the |
It should resolve it at least for the core themes which have |
Right, in the context of the core themes this would be fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. Themes that make use of other viewport properties (such as maximum-scale=1
) will not benefit from this even when the content
value is reduced to width=device-width
, although I would assume such occurrences to be rare.
Yeah, for other themes then the PX check would complain and that's good. If a theme is using other viewport properties we can't safely automatically remove them as we can apparently do for |
Summary
Fixes #5894
Behavior can be disabled via this plugin code:
Checklist