Top "Wkwebview" questions

A WKWebView object displays interactive web content.

make WKWebview "real" fullscreen on iPhone X (remove safe area from WKWebView

I'm trying to implement a "real" fullscreen in App WebView, meaning I want the webcontent to fully go under the …

ios wkwebview iphone-x
WKWebView not opening custom URL scheme (js opens custom scheme link in new window)

I have a WKWebView in my application. I don't use UIWebView, because for some strange reason it doesn't open properly …

ios wkwebview custom-url deeplink
WKWebView and NSURLProtocol not working

When using the old UIWebView you could catch the requests by implementing a custom NSURLProtocol. I us this to handle …

ios uiwebview swift ios8 wkwebview
JavaScript synchronous native communication to WKWebView

Is synchronous communication between JavaScript and Swift/Obj-C native code possible using the WKWebView? These are the approaches I have …

swift ios8 wkwebview
Cookie sharing between multiple WKWebViews

I create a few WkWebViews in my app, but when cookies are set for one webview, they do not take …

ios objective-c ios8 wkwebview
Set WKWebViewConfiguration on WKWebView from Nib or Storyboard

With iOS 11 Apple has added the ability set add WKWebViews outlets on your nibs and storyboards. It seems to work …

ios uiwebview interface-builder wkwebview
how can I clear the contents of a UIWebView/WKWebView?

I have a webview that can be cycled through different URLs. When I switch from one to the other I …

ios wkwebview
State of WKWebView on Cordova iOS 9?

iOS 8 introduced WKWebView, a modernised web view for iOS with more features, particularly notably JIT compilation for Javascript code which …

ios html cordova hybrid-mobile-app wkwebview
Detect if page is loaded inside WKWebView in JavaScript

How can I reliably detect using javascript that a page is loaded inside a WKWebView? I'd like to be able …

javascript ios uiwebview mobile-safari wkwebview
iOS 9 ... Are WebView(s) exempt from the App Transport Security Exceptions (ATS) rules that block insecure HTTP hosts?

In iOS 9, Apple is blocking insecure HTTP connections for apps, unless specific hosts are whitelisted. http://ste.vn/2015/06/10/configuring-app-transport-security-ios-9-osx-10…

ios uiwebview ios9 wkwebview app-transport-security