A WKWebView object displays interactive web content.
I'm working on an app in which I load different html files with mostly dark backgrounds. Right now there's a …
cocoa-touch uikit wkwebviewI am aware that offline application cache is not supported in iOS WKWebView. This is enabled in Safari, so I …
ios objective-c webkit wkwebview application-cacheIn my iOS app, I would like to use a WKWebView to wrap an external URL in the application. This …
ios swift basic-authentication wkwebviewI am working on the following code and trying to show an activity indicator in the view whilst the page …
ios delegates uiactivityindicatorview wkwebviewI am trying to read the console logs of webapp that is loaded in my WkWebview programmatically. so far in …
javascript ios swift uiwebview wkwebviewMy view controller displays a WKWebView. I installed a message handler, a cool Web Kit feature that allows my code …
ios memory-leaks webkit ios8 wkwebviewIn UIWebView, I can get JSContext through: [webView valueForKeyPath:@"documentView.webView.mainFrame.javaScriptContext"] The same way doesn't work in WKWebView …
uiwebview webkit ios8 javascriptcore wkwebviewIt appears that a lot of links on websites use window.open in their onclick handlers but WKWebView seems to …
ios swift wkwebviewWhen I create new request for WKWebView with authentication cookie and send the request, WKWebView correctly loads protected web page: …
cookies nsmutableurlrequest wkwebview