diff --git a/app/src/main/java/ai/openclaw/app/WebShellActivity.kt b/app/src/main/java/ai/openclaw/app/WebShellActivity.kt index 52ba2b8..f8bb9c0 100644 --- a/app/src/main/java/ai/openclaw/app/WebShellActivity.kt +++ b/app/src/main/java/ai/openclaw/app/WebShellActivity.kt @@ -106,7 +106,6 @@ class WebShellActivity : AppCompatActivity() { view.settings.apply { javaScriptEnabled = true domStorageEnabled = true - databaseEnabled = true setSupportMultipleWindows(false) mediaPlaybackRequiresUserGesture = false // Proper mobile viewport: let the page's viewport meta drive layout.