Quick Navigation in UIWebView and WKWebView

WebKit quick click , Safari functionality appeared in iOS 9.3 ( see the documentation ). I am working on an e-book reader application that uses a web view to display text. We still use UIWebView due to various errors in WKWebView , but I can switch to WKWebView very easily for testing purposes. We have our own user touch control to bypass the delay with a delay of 350 ms, so the links feel faster. I just tried the quick access application and it only works in WKWebView . Is this correct / verified / documented somewhere? Or do you need to quickly click on work in both UIWebView and WKWebView ?

Update: here is an article about some changes regarding the current quick access behavior in iOS 8, which appeared only in WKWebView . But nothing new about the latest iOS 9.3.

+5
source share

Source: https://habr.com/ru/post/1245569/


All Articles