Top "Wkwebview" questions

A WKWebView object displays interactive web content.

WKWebView page height issue on iPhone X

I find that if I use WKWebView with viewport-fit=cover and body :{height:100%} the height of html body still can …

ios css ios11 wkwebview iphone-x
WKWebView not rendering correctly in iOS 10

I have WKWebView inside the UITableViewCell. The web view load request and then after finished loading, I'll resize the web …

wkwebview ios10
WkWebView Evaluatejavascript returns unsupported type error

I'm sending a value to javascript function and get a result. However, I'm getting "Error Domain=WKErrorDomain Code=5 "JavaScript execution …

javascript ios swift wkwebview stringbyevaluatingjavascr
Script message handler not working

I am trying to inject a custom WebKit script message handler. My controller is correctly loaded and the view as …

ios swift wkwebview wkwebviewconfiguration
How to inject JavaScript callback to detect onclick event, using iOS WKWebView?

I'm using a WKWebView to show a website which has some HTML that includes three buttons. I want to run …

javascript ios swift wkwebview
how to use iOS 13 darkmode for wkwebview

I was working for iOS 13 with Xcode 11 beta. Is there any way to support dark mode on web views? I …

ios wkwebview ios13 ios-darkmode
WKWebView does not allow camera access in application

We are trying to make a conference call with multiple users, So by using Kurento server we have achieved this …

ios swift webrtc wkwebview kurento
Custom Font Not Working in WKWebView Swift

Trying to use custom font in WKWebView but no luck. let htmlString = "<span style=\"font-family: 'OpenSans-Bold'; font-size: 30; color: white\"&…

ios swift xcode swift4 wkwebview
Ionic 3 Response with status: 0 for URL: null

I have an Ionic 3 app. I recently added the iOS platform. When i run it on iOS (emulator and device) …

ios ionic-framework ionic3 wkwebview wkwebviewconfiguration
Cordova + Crosswalk iOS still using UIWebView

I didn't find a lot of instruction setting up crosswalk for iOS it seems like it should be as simple …

ios cordova uiwebview wkwebview crosswalk