Skip to content

Commit

Permalink
DOM storage is enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
roozbehzarei committed Feb 11, 2024
1 parent 4a3eb46 commit 35c5085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/roozbehzarei/webview/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class MainActivity : AppCompatActivity() {
// Enable JavaScript execution
javaScriptEnabled = true
// Enable DOM storage API
domStorageEnabled = false
domStorageEnabled = true
// Disable support for zooming using webView's on-screen zoom controls and gestures
setSupportZoom(false)
}
Expand Down

0 comments on commit 35c5085

Please sign in to comment.