mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-06 17:18:56 +01:00
Added proper multi window support in WebView instead of treating everything as a redirect (#2584)
This commit is contained in:
@@ -83,6 +83,9 @@ fun WebView.setDefaultSettings() {
|
||||
loadWithOverviewMode = true
|
||||
cacheMode = WebSettings.LOAD_DEFAULT
|
||||
|
||||
// Handle popups properly
|
||||
setSupportMultipleWindows(true)
|
||||
|
||||
// Allow zooming
|
||||
setSupportZoom(true)
|
||||
builtInZoomControls = true
|
||||
|
||||
Reference in New Issue
Block a user