Top "Wkwebview" questions

A WKWebView object displays interactive web content.

Does webKit in iOS 11 (Beta) support WebRTC?

I have a URL that is working fine with Safari on iOS11 (Beta) Audio/Video is working fine. But when …

ios safari webkit webrtc wkwebview
How to show the inspector within your WKWebView based desktop app?

I'm looking for a way to show the inspector for a WKWebView inside my Mac app. With WebKit1 and WebView …

objective-c macos webkit wkwebview webkit2
WKWebView added as Subview is not resized on rotation in Swift

I'm working on adding a new reading view to my browser app. It is another view controller, that only includes …

ios swift rotation addsubview wkwebview
The font looks like smaller in WKWebView than in UIWebView

I changed UIWebView to WKWebView,however,with the same html,the font in WKWebView looks like smaller than in UIWebView.…

html objective-c swift uiwebview wkwebview
Loading local css & js files into WKWebView

in Swift 2.1.1 & Xcode 7.1 My code uses WKWebView and loads index.html form a local file but fails to load …

swift2 wkwebview xcode7.1
Disable WKWebView for opening links to redirect to apps installed on my iPhone

When I'm searching google and click on Etsy.com for exmaple, WKWebView redirect me to Etsy app installed on my …

ios swift wkwebview
How to embed WKWebView inside custom UIView properly?

In my project I have a view controller where i want to show WKWebView embedded inside another UIView titled viewForEmbeddingWebView …

swift swift3 xcode8 wkwebview wkwebviewconfiguration
WKWebView does not finish/timeout when there is no internet access

There is a remote Javscript asset tag on a local HTML page I'm navigating to via WkWebView that never finishes …

javascript ios timeout wkwebview
Detect when WKWebView has finished loading EVERY time

I have a WKWebView app running on iOS8 on iPad (standard iPad UserAgent : "Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS …

ios swift wkwebview
WKWebView catch HTTP error codes

When i return any http error from my page (currently 401, but i tried also with 404 and so on) http://min60.…

ios objective-c cocoa-touch wkwebview