Home:ALL Converter>Fast-Tap in UIWebView and WKWebView

Fast-Tap in UIWebView and WKWebView

Ask Time:2016-03-22T23:37:33         Author:Tom Hamming

Json Formatter

WebKit's fast tap functionality has come to Safari in iOS 9.3 (see documentation). I work on an e-reader app that uses a web view to display text. We still use UIWebView because of various bugs in WKWebView, but I can switch out to WKWebView very easily for testing purposes. We have our own custom touch handling to get around the 350 ms touch delay so links feel faster. I just tried out the fast-tap thing, and it only appears to work in WKWebView. Is this correct / confirmed / documented somewhere? Or should fast-tap work in both UIWebView and WKWebView?

Update: here is an article about some changes toward the current fast-tap behavior in iOS 8 that only appeared in WKWebView. But nothing about the new iOS 9.3 stuff.

Author:Tom Hamming,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/36158776/fast-tap-in-uiwebview-and-wkwebview
yy