My app loads a webview using WKWebView
class, so it uses safari to render the web content. However, the content is quite complex and Chrome does perform considerably better than Safari. So i wonder if would be possible to use Chrome engine in WKWebview, instead of Safari.
Is there a way to use Chrome instead of Safari in WKWebview?
In what context? iOS or Mac? I think iOS requires you to use WebKit. On the Mac, you can use whatever you can get running.