WKWebViewController
WKWebViewController copied to clipboard
📡 An UIViewController with WKWebView inside.
Hi, The code still references UIWebView in WKWebViewController.swift line 106: `lazy fileprivate var originalUserAgent = UIWebView().stringByEvaluatingJavaScript(from: "navigator.userAgent")` please remove this reference. Cheers, Victor.
Adds support for setting the background and foreground (title) colors in the WKWebView and adjusting the large title font size to fit on one row
The application crashes on iPad when trying to share the content of the `WKWebViewController`. That's because the `popoverPresentationController` needs to have a source view when presenting on iPad. `Fatal Exception:...