I'm trying to add my own implementation of 3D touch on links with WKWebView so I set the allowsLinkPreview property of my WKWebView to false.
But then, impossible to check whether the 3D touch was on a link and impossible to know what link neither.
So I'm wondering if there's a way to set the allowsLinkPreview property to true and then to catch the peek event that's triggered when 3D Touching a link?