Closed luminairre closed 7 years ago
So I actually don't have an iOS device to test on.
Can someone confirm whether the following example copies text to the clipboard on iOS? http://output.jsbin.com/vorofub
Nope it didn't work, same problem as what I have described, here's a few scripts that are working:
As for the zoom, iOS device zooms in when you focus on input (for accessibility reasons they say..). This is a long thread about it, but in the newer iOS, you need to use the script that disables zoom while on focus (and enable them again on blur).
Whoops, I based it on that same stackoverflow answer but forgot to actually update the example to use the newly-added function. Can you try again?
Also updated the example to have the input element font size set to 16px
Working fine! Both copy and zoom problem is fixed! Thanks!
🆒❗️ I will try to work on adding this functionality to the code tomorrow.
On iOS Safari (10.3, since 10.0)