Added proper multi window support in WebView instead of treating everything as a redirect (#2584)

This commit is contained in:
Trevor Paley
2025-11-01 23:23:01 -07:00
committed by GitHub
parent 8662f80fbf
commit 6ab87c7931
3 changed files with 118 additions and 25 deletions

View File

@@ -83,6 +83,9 @@ fun WebView.setDefaultSettings() {
loadWithOverviewMode = true
cacheMode = WebSettings.LOAD_DEFAULT
// Handle popups properly
setSupportMultipleWindows(true)
// Allow zooming
setSupportZoom(true)
builtInZoomControls = true