Compile and target API 35.
Tested OK on a API 35 emulator.
This commit is contained in:
parent
fa1e5e5ceb
commit
920c50cc3d
4 changed files with 5 additions and 3 deletions
|
|
@ -183,6 +183,7 @@ private fun WebView.setup(
|
|||
allowFileAccess = true
|
||||
domStorageEnabled = true
|
||||
mediaPlaybackRequiresUserGesture = false
|
||||
@Suppress("DEPRECATION")
|
||||
databaseEnabled = true
|
||||
loadsImagesAutomatically = true
|
||||
userAgentString = userAgent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue