Apple 3D Touch for WebView

Hi everyone

After checking out Apple developer portal for 3D touch SDK, I found a WebView support for peek and pop for links and “detected data”.
Anyone has an idea what they mean by detected data. And Is the Ionic team considering a 3D touch support for ion-list ?

From Apple developer Web site:

Web View Peek and Pop
In web views, you can enable peek and pop for links and for detected data using the new allowsLinkPreview property. In iOS 9, this property is available in the recommended WKWebView class (in the WebKit framework) and in the older UIWebView class (in the UIKit framework).