Top "Wkwebview" questions

A WKWebView object displays interactive web content.

Cache for WKWebView

I am having trouble with my custom internet browser. I am using WKWebView. I have tabs in my app. If …

ios iphone nsurlrequest wkwebview
WKWebView Estimated Progress

I'm trying to implement Estimated Progress in my WKWebView but can't seem to figure it out. Can you help? Here's …

ios webview uiwebview wkwebview
Transparent background for WKWebView

In my app I wish to make the WKWebView with transparent background, so the view behind (an ImageView) can show …

ios swift wkwebview
How to play video inline with WkWebView

When you use an iphone and play video in a webview, this video is open in the native player in …

iphone swift video wkwebview
Swift iOS Cache WKWebView content for offline view

We're trying to save the content (HTML) of WKWebView in a persistent storage (NSUserDefaults, CoreData or disk file). The user …

ios swift caching offline wkwebview
Suppress WKWebView from scaling content to render at same magnification as UIWebView does

Problem Using WKWebView in place of UIWebView, I noticed that the contents of the WKWebView were massively scaled down as …

css uiwebview ios8 wkwebview
how do I get WKWebView to work in swift and for an macOS App

before this get's shot down for being a duplicate, it isn't. Pretty much every question on WKWebView here is about …

swift xcode macos wkwebview nsviewcontroller
Is WKWebView designed as a replacement of UIWebView?

Asking this questions as I am not sure why Apple introduced WKWebView without deprecating UIWebView. It is important to have …

ios uiwebview wkwebview
How can i monitor requests on WKWebview?

How can i monitor requests on WKWebview? I'v tried using NSURLprotocol (canInitWithRequest) but it won't monitor ajax requests (XHR), only …

javascript ios monitor wkwebview nsurlprotocol
Launching phone/email/map links in WKWebView

KINWebBrowser is an open source web browser module for iOS apps. I recently upgraded KINWebBrowser to use WKWebView to begin …

ios objective-c cocoa wkwebview