Skip to content

Commit

Permalink
fix login page
Browse files Browse the repository at this point in the history
  • Loading branch information
slartus committed Apr 27, 2024
1 parent 0497495 commit abdd146
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ actual fun WebView(url: String, clickCoors: Offset?, onCookieChange: (String) ->
}
settings.apply {
javaScriptEnabled = true
javaScriptCanOpenWindowsAutomatically = true
domStorageEnabled = true
setSupportMultipleWindows(true)
userAgentString = USER_AGENT
}
webViewClient = object : WebViewClient() {
Expand Down

0 comments on commit abdd146

Please sign in to comment.