Skip to content

Commit

Permalink
refactor(android)!: remove deprecated Web SQL database setting (#7697)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-horodyski authored Oct 4, 2024
1 parent 8459414 commit b545938
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,6 @@ private void initWebView() {
settings.setJavaScriptEnabled(true);
settings.setDomStorageEnabled(true);
settings.setGeolocationEnabled(true);
settings.setDatabaseEnabled(true);
settings.setMediaPlaybackRequiresUserGesture(false);
settings.setJavaScriptCanOpenWindowsAutomatically(true);
if (this.config.isMixedContentAllowed()) {
Expand Down

0 comments on commit b545938

Please sign in to comment.