Top "Wkwebview" questions

A WKWebView object displays interactive web content.

iOS WKWebView not showing javascript alert() dialog

I am having some trouble getting a WKWebView in iOS 8 to display an alert dialog that is called from Javascript. …

javascript ios wkwebview
WKWebView open links from certain domain in safari

Within my app I am want to open links from within my domain (e.g.: communionchapelefca.org) in WKWebView but …

ios swift safari wkwebview
Disable magnification gesture in WKWebView

I'm looking for a way to disable the "pinch to zoom" magnification gesture on the iOS implementation of WKWebView. There …

ios webkit ios8 wkwebview
Set useragent in WKWebview

How do I set a custom useragent string in a WKWebView? I'm trying to embed the version of my app …

ios user-agent wkwebview
Load local web files & resources in WKWebView

Unlike with UIWebView and previous versions of WKWebView (iOS 10 & macOS 10.12), the default load operation for local files has moved …

swift cocoa cocoa-touch webkit wkwebview
WKWebView does load resources from local document folder

In my Swift iOS app, I want to download some dynamic HTML pages from a remote server, save them in …

ios swift wkwebview
How to check if WkWebView finish loading in Objective-C?

I want to load HTML pages using WkWebView and I want to show the page just after it's finished loading. …

ios objective-c wkwebview wkwebviewconfiguration
Get the current full URL for WKWebView

Is there a way to get the FULL URL loaded by a WKWebView for every request? webView:didFinishNavigation: Works only …

wkwebview wknavigationdelegate
Insert CSS into loaded HTML in UIWebView / WKWebView

I am successfully able to get HTML content and display into my UIWebView. But want to customize the content by …

ios objective-c uiwebview wkwebview
Get HTML from WKWebview in Swift

I log into a website using WKWebView and now i would like to parse the html of the website. How …

swift wkwebview