mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 03:07:25 +01:00
Disable app cache WebView (is a deprecated web API and is being removed in Android 13)
This commit is contained in:
parent
56042ad0b6
commit
c447022092
@ -37,7 +37,6 @@ fun WebView.setDefaultSettings() {
|
||||
javaScriptEnabled = true
|
||||
domStorageEnabled = true
|
||||
databaseEnabled = true
|
||||
setAppCacheEnabled(true)
|
||||
useWideViewPort = true
|
||||
loadWithOverviewMode = true
|
||||
cacheMode = WebSettings.LOAD_DEFAULT
|
||||
|
Loading…
Reference in New Issue
Block a user