Skip to content

Commit 2195d01

Browse files
authored
Loads webpages in overview mode
Fixes pages being too large and being only partially rendered on screen
1 parent 463eee3 commit 2195d01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/duckduckgo/app/browser/BrowserActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ class BrowserActivity : DuckDuckGoActivity() {
168168

169169
webView.settings.apply {
170170
javaScriptEnabled = true
171+
loadWithOverviewMode = true
171172
useWideViewPort = true
172173
builtInZoomControls = true
173174
displayZoomControls = false

0 commit comments

Comments
 (0)