global disable magnifying glass on iOS 9 in meteor cordova app

前端 未结 2 526
野性不改
野性不改 2021-01-11 09:59

I have tested several workarounds to disable the annoying magnifying glass with css, but on my iOS9 meteor cordova build it appears for a moment and fades out after

2条回答
  •  隐瞒了意图╮
    2021-01-11 10:10

    Yes, it is related to iOS9. Since you are a Cordova user, this plugin will fix the problem for you: https://github.com/EddyVerbruggen/cordova-plugin-ios-longpress-fix

    It has to do with the UILongPressGestureRecognizer executing before handling the -webkit-user-select: none in your css.

    I hope this helps you out.

提交回复
热议问题