mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-30 13:07:52 +02:00
Disable app cache WebView (is a deprecated web API and is being removed in Android 13)
This commit is contained in:
@ -37,7 +37,6 @@ fun WebView.setDefaultSettings() {
|
||||
javaScriptEnabled = true
|
||||
domStorageEnabled = true
|
||||
databaseEnabled = true
|
||||
setAppCacheEnabled(true)
|
||||
useWideViewPort = true
|
||||
loadWithOverviewMode = true
|
||||
cacheMode = WebSettings.LOAD_DEFAULT
|
||||
|
Reference in New Issue
Block a user