Device-Bugs icon indicating copy to clipboard operation
Device-Bugs copied to clipboard

iOS magnifier re-enabled after submitting form

Open dpogue opened this issue 11 years ago • 0 comments

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.

dpogue avatar May 22 '14 20:05 dpogue