Answers for "enable route in webviewgold ios and framework 7"

0

enable route in webviewgold ios and framework 7

add this line before : line 432
webView.load(URLRequest(url: urllocal))
this
webView.configuration.preferences.setValue(true, forKey: "allowFileAccessFromFileURLs")
Posted by: Guest on August-04-2021

Code answers related to "enable route in webviewgold ios and framework 7"

Browse Popular Code Answers by Language