cordova-plugin-ios-longpress-fix
cordova-plugin-ios-longpress-fix copied to clipboard
WKWebView - please advise how can i prevent long press
yeah same problem. its not working with WKWebViews
same problem! Any tips !?
Works for me using Cordova iOS 3.9 and eddys WkWebView plugin, plus this longpress plugin, and the trick was that you have to really get CSS right. In my case, my buttons were having this magnification effect. It turned out the CSS for my buttons was setup in such a way as to lose the over-rides for user-select, user-callout, and touch-callout. Once I fixed that, it worked.