mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 05:25:08 +01:00
enable WebView DOM storage (#522)
This commit is contained in:
parent
718165a58e
commit
5eb5042622
@ -177,6 +177,8 @@ class WebViewActivity : BaseActivity() {
|
||||
insets
|
||||
}
|
||||
webview.settings.javaScriptEnabled = true
|
||||
webview.settings.domStorageEnabled = true
|
||||
|
||||
webview.settings.userAgentString = source.headers["User-Agent"]
|
||||
webview.loadUrl(url, headers)
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user