Skip to content

Instantly share code, notes, and snippets.

@CDRussell
Created December 18, 2018 14:37
Show Gist options
  • Save CDRussell/9270a5bb4d5d93d5125cb556e58b56c0 to your computer and use it in GitHub Desktop.
Save CDRussell/9270a5bb4d5d93d5125cb556e58b56c0 to your computer and use it in GitHub Desktop.
Disabling WebSQL
val webView: WebView = findViewById(R.id.webView)
// disable Web SQL
webView.settings.databaseEnabled = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment