When you select text in Safari (and WKWebView), there is a haptic feedback. I disabled any selection (see code below) on the page I'm opening in WKWebView, and the haptic feedback is still there when I long press anywhere on the WKWebView. How can I disable it?
* {
-webkit-touch-callout: none;
-webkit-user-select: none;
}