Created
December 18, 2018 14:37
-
-
Save CDRussell/9270a5bb4d5d93d5125cb556e58b56c0 to your computer and use it in GitHub Desktop.
Disabling WebSQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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