Top "Wkwebview" questions

A WKWebView object displays interactive web content.

Can I set the cookies to be used by a WKWebView?

I'm trying to switch an existing app from UIWebView to WKWebView. The current app manages the users login / session outside …

ios cookies uiwebview ios8 wkwebview
Request Permission for Camera and Library in iOS 10 - Info.plist

I have implemented a WKWebView in an app. there's a file input in the shown web page where it should …

ios swift wkwebview
How to Migrate to WKWebView?

I'm trying to understand how to make use of the new WKWebView in iOS8, can't find much information. I've read: …

uiwebview ios8 wkwebview
com.apple.WebKit.WebContent drops 113 error: Could not find specified service

I am using WKWebView for viewing custom HTML. Regardless of HTML content, when testing on real device, I receive the …

ios webkit wkwebview
Why is WKWebView not opening links with target="_blank"?

WKWebView does not open any links which have target="_blank" a.k.a. 'Open in new Window' attribute in their …

ios wkwebview
WKWebView not loading local files under iOS 8

For previous iOS 8 betas, load a local web app (in Bundle) and it works fine for both UIWebView and WKWebView, …

ios swift ios8 wkwebview
Why I get the console warning: [Process] kill() returned unexpected error 1 when I load a WKWebView in iOS13.2?

Since I installed the iOS 13.2 beta, I have been getting a debug console error message. It happens every time I …

ios objective-c wkwebview
Call JavaScript function from native code in WKWebView

Using a WKWebView in iOS 8, how can I run a JavaScript function from the native side or otherwise communicate from …

javascript ios webkit wkwebview
How to determine the content size of a WKWebView?

I am experimenting with replacing a dynamically allocated instance of UIWebView with a WKWebView instance when running under iOS 8 and …

ios objective-c ios8 wkwebview
WKWebView evaluate JavaScript return value

I need to change a function to evaluate JavaScript from UIWebView to WKWebView. I need to return result of evaluating …

javascript ios objective-c wkwebview