Top "Wkwebview" questions

A WKWebView object displays interactive web content.

Getting all cookies from WKWebView

while getting cookies from UIWebView seems straightforward by using NSHTTPCookieStorage.sharedHTTPCookieStorage(), it seems WKWebView stores the cookies somewhere else. I …

ios swift uiwebview webkit wkwebview
WKWebView in Interface Builder

It seems that the IB object templates in XCode 6 beta are still creating old-style objects (UIWebView for iOS and WebView …

ios xcode macos uiwebview wkwebview
WKWebView equivalent for UIWebView's scalesPageToFit

I am updating my iOS app to replace UIWebView with WKWebView. However I don't understand how to achieve the same …

ios wkwebview
ITMS-90809: Deprecated API Usage -- Apple will stop accepting submissions of apps that use UIWebView APIs

Yesterday, I uploaded my App to TestFlight and after a while Apple sent me this warning: ITMS-90809: Deprecated API Usage …

ios swift xcode uiwebview wkwebview
Xcode 9 GM - WKWebView NSCoding support was broken in previous versions

Does anyone know how to fix this error with Xcode 9 GM? I'm working on an app made with Xcode 8.3, the …

ios xcode wkwebview nscoding
Migrating from UIWebView to WKWebView

in my app I'm migrating from UIWebView to WKWebView , how can I rewrite these function for WKWebView? func webViewDidStartLoad(webView: …

ios swift uiwebview wkwebview
WKWebView Content loaded function never get called

i try to get a function called after my Content inside WKWebView is fully loaded. I found the "didFinishNavigation" function …

ios swift ios8 wkwebview
How to remove cache in WKWebview?

Any one worked with WKWebview and tried to clear cache ? If yes, how to do? any example ? P.S. : Normal …

ios ios8 wkwebview
UIWebView delegate method shouldStartLoadWithRequest: equivalent in WKWebView?

I have a module inside my iOS 7+ app which is a UIWebView. The html page loads a javascript that creates …

ios objective-c uiwebview wkwebview
How to change UIWebView or WKWebView default font

What font does UIWebView and WKWebView use by default? I would like to be able to change that. But I …

ios objective-c swift uiwebview wkwebview