python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
WKWebView fails loading iframe: WebPageProxy::didFailProvisionalLoadForFrame: frameID=7, domain=NSURLErrorDomain, code=-999, isMainFrame=0
WkWebview is not loading iframe and throw an error with code -999. I read and found this error occurs when the past request is cancelled but it happens every-time.
Tried code from below link:
https://...
Soniya
Votes: 0
Answers: 0
Delegate method `WKWebView CreateWebView` method is not getting called
I am using Xamarin (C#) code for a macOS app. I have created the WKWebView and have outlet, added Navigation and UI delegates and trying to open an URL.
The Navigation delegates methods are getting ca...
Anoop Vaidya
Votes: 0
Answers: 0
Swift. wkwebview does not respond to touch
I have a website that works in safari. but it doesn't work in webview.
When swiping, the game should work, but only the scrollbar (gray, on the right) reacts
, while everything works well in safari
Aleksandr Kurolenko
Votes: 0
Answers: 1
Changing User Agent in WKWebView on iPad
I noticed something strange with WKWebView user agents.
If I try setting it as
webViewConfiguration.defaultWebpagePreferences.preferredContentMode = .mobile
webViewConfiguration.applicationNameForUser...
plato522
Votes: 0
Answers: 0