GoogleFragment: Drop databaseEnabled setting from webview
Deprecated and will be soon removed from Android System WebView similar to Chrome Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -100,7 +100,6 @@ class GoogleFragment : BaseFragment<FragmentGoogleBinding>() {
|
|||||||
|
|
||||||
settings.apply {
|
settings.apply {
|
||||||
allowContentAccess = true
|
allowContentAccess = true
|
||||||
databaseEnabled = true
|
|
||||||
domStorageEnabled = true
|
domStorageEnabled = true
|
||||||
javaScriptEnabled = true
|
javaScriptEnabled = true
|
||||||
cacheMode = WebSettings.LOAD_DEFAULT
|
cacheMode = WebSettings.LOAD_DEFAULT
|
||||||
|
|||||||
Reference in New Issue
Block a user