I created a simple hybrid application that uses WkWebView to download and display my company's single-page web application in iOS 9.3. For the most part, the user experience using WkWebView and Safari Mobile is very similar, but not exactly the same. For example, in WkWebView, the scroll behavior breaks into one of my web pages. However, in Safari Mobile, the scroll behavior is not for the same page.
This leads me to believe that Safari Mobile uses a different version of webkit that WkWebView uses. Can someone confirm this? Is there a way to configure WkWebView to behave exactly how Safari Mobile behaves?
source share