-
Notifications
You must be signed in to change notification settings - Fork 95
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
page: Wrong user-scalable value in meta name=viewport on touch level #1294
Comments
This will fix bem/bem-components#1738 because fast click will be disabled for chrome on pages with meta |
doochik
added a commit
that referenced
this issue
Apr 5, 2016
According to the spec https://drafts.csswg.org/css-device-adapt/#user-scalable the valid value is `user-scalable=no`
narqo
pushed a commit
that referenced
this issue
Apr 5, 2016
Wrong user-scalable value in meta name=viewport. Fix #1294
narqo
pushed a commit
that referenced
this issue
Apr 5, 2016
According to the spec https://drafts.csswg.org/css-device-adapt/#user-scalable the valid value is `user-scalable=no`
narqo
pushed a commit
that referenced
this issue
Apr 5, 2016
Wrong user-scalable value in meta name=viewport
narqo
pushed a commit
that referenced
this issue
Apr 5, 2016
According to the spec https://drafts.csswg.org/css-device-adapt/#user-scalable the valid value is `user-scalable=no`
narqo
pushed a commit
that referenced
this issue
Apr 5, 2016
Wrong user-scalable value in meta name=viewport
veged
pushed a commit
that referenced
this issue
Apr 11, 2016
According to the spec https://drafts.csswg.org/css-device-adapt/#user-scalable the valid value is `user-scalable=no`
qfox
added a commit
to bem/bem-core-php
that referenced
this issue
Apr 12, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/bem/bem-core/blob/v2.9.0/touch.blocks/page/page.bh.js#L14-L20
page
adds<meta name=viewport>
withuser-scalable=0
which is not a valid value.See https://drafts.csswg.org/css-device-adapt/#user-scalable
The valid value is
no
./cc @doochik @tadatuta
The text was updated successfully, but these errors were encountered: