global disable magnifying glass on iOS 9 in meteor cordova app

扶醉桌前 提交于 2019-12-01 03:08:33
Adri Van Houdt

The plugin Frederik mentioned is now build into cordova see https://github.com/apache/cordova-ios/pull/174

To enable the fix insert <preference name="SuppressesLongPressGesture" value="true" /> into config.xml

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!