Disabling mobile Safari's focus event (zoom)

后端 未结 3 1856
清酒与你
清酒与你 2020-12-16 03:29

When clicking an input field on an iOS device, it will zoom in on that element. Can i disable this focus event?

3条回答
  •  自闭症患者
    2020-12-16 04:12

    I put up this gist which solves the problem. https://gist.github.com/2008932

    The accepted solution is not correct, as it will cancel focus altogether, which prevents data entry.

提交回复
热议问题