After iOS11 upgrade, what WebView (WebKit) is used for "Add to home screen" button from Safari (used to see apps in fullscreen)?
I know that in iOS 10, it was using UIWebView
.
Is it an upgrade for UIWebView
or is it replaced with WKWebView
?
I saw that in iOS 11, I don't have the problem with the 300 ms delay, but I have some problems with the orientation change.
Thank you