mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 17:17:51 +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
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue