-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Textarea Should Be Set to 12pt to Avoid Zoom-In On Phones #180
Comments
speedplane
changed the title
Textarea Should Be Set to 12pt to Avoid Zoom in On Phones
Textarea Should Be Set to 12pt to Avoid Zoom-In On Phones
Feb 4, 2016
Could you be more specific about which phones causes this problem? I tested on Android and it works fine. |
Sorry... iPhone 6. This behavior is the source of much confusion: |
Gotcha! I was able to reproduce this bug now. Could you send a PR? |
zenorocha
added a commit
that referenced
this issue
Feb 4, 2016
Thanks @speedplane! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On phones, if you select text less than 12pt, the page automatically zooms in so you can have a closer look. Because clipboard.js selects a
textarea
text to do the copy, this also occurs. I understand that the user experience is less than stellar on a phone, but this would fix one corner case.It can also be easily fixed in
clipboard-action.js
:The text was updated successfully, but these errors were encountered: