Top "Wkwebview" questions

A WKWebView object displays interactive web content.

Get Javascript function response in iOS using Swift

I am trying to figure out how to implement JavaScript functions inside my iOS app using swift platform . I have …

javascript ios swift wkwebview wkwebviewconfiguration
What is GCDWebServer for?

I have a problem when loading the local web from WKWebView in iOS8. There are some suggestions that I should …

ios xcode wkwebview gcdwebserver
WKWebView completionHandler called before dismissal

I am using WKUIDelegate this function to handle javascript alert -(void)webView:(WKWebView *)webView runJavaScriptAlertPanelWithMessage:(NSString *)message initiatedByFrame:(WKFrameInfo *)…

ios objective-c wkwebview wkwebviewconfiguration
Call a swift function from java script that returns a value using wk webview

I want to call a swift function from java script code which returns the device id back to the script, …

javascript ios swift wkwebview wkwebviewconfiguration
WKUserScript not working

I want to inject a script using WKWebview API. For some reason it isn't working and I can't figure it …

javascript wkwebview wkuserscript wkwebviewconfiguration
iOS 12 wkwebview not working with redirects?

I have a basic webview that loads a website that is fronted by an nginx reverse proxy that is just …

swift xcode nginx wkwebview ios12
WKWebView viewport shrink-to-fit not working on iOS 9.3

In iOS 9.2, a WKWebView rendering HTML with fixed-width tables bigger than the device width could be told to shrink the …

viewport wkwebview ios9.2 ios9.3
WKWebView cannot trigger ajax to load a file on local

I embed all html in WKWebView, all works until I recognize that WKWebView cannot load a xml file on the …

ajax wkwebview ios9.1
Do all browsers on iOS use WKWebview or UIWebVIew?

I am curious about third part browser on iOS(Chrome or FireFox) Does all of them use the WkWebview or …

ios google-chrome uiwebview wkwebview chrome-ios
Disable entire UIMenuController edit menu in WKWebView

Requirement I have a WKWebView and would like to remove the system menu items (Copy, Define, Share...) from the Edit …

ios wkwebview uimenucontroller