Chatto icon indicating copy to clipboard operation
Chatto copied to clipboard

Disabling 3D Touch from opening webviews on UITextView?

Open arjunnna opened this issue 3 years ago • 0 comments

outes the user to a different part of the app.

I noticed that on iOS 9, with 3d touch, users can now force touch the links which opens up a Safari webview. Often this creates a really bad user experience, or opens up parts of my website, which I don't want on the app.

Is there any way I can disable this?

I'm delegating textView:shouldInteractWithURLinRange: but this method isn't getting called at all for 3d touches...only regular taps.

arjunnna avatar Jun 01 '21 09:06 arjunnna