mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Enable localStorage in WebView
This commit is contained in:
		| @@ -78,6 +78,7 @@ class WebViewActivity : BaseActivity<WebviewActivityBinding>() { | ||||
|             } | ||||
|  | ||||
|             binding.webview.settings.javaScriptEnabled = true | ||||
|             binding.webview.settings.domStorageEnabled = true | ||||
|  | ||||
|             binding.webview.webChromeClient = object : WebChromeClient() { | ||||
|                 override fun onProgressChanged(view: WebView?, newProgress: Int) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user