Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Created May 26, 2018 17:32
Show Gist options
  • Save sajjadyousefnia/13b5f330d1f6a41fe227b00e1cf576a5 to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/13b5f330d1f6a41fe227b00e1cf576a5 to your computer and use it in GitHub Desktop.
with(webview.settings) {
javaScriptEnabled = true
databaseEnabled = true
}
// similarly
webview.settings.run {
javaScriptEnabled = true
databaseEnabled = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment