Device-Bugs
Device-Bugs copied to clipboard
iOS magnifier re-enabled after submitting form
In iOS you can disable the built-in magnifier gesture using
* {
-webkit-user-select: none;
-webkit-touch-callout: none;
}
However, after typing in a text input and submitting the form, the magnifier will be re-enabled.
Able to reproduce in iOS6 and iOS7.