mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01: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