mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -05:00
Issue 4019 -- Fix inability to zoom out.
Thanks to davidgca...@gmail.com for references in his comments 80 & 81.
This commit is contained in:
parent
207e2a1e56
commit
28212bc04f
@ -106,6 +106,7 @@ public class MessageWebView extends TitleBarWebView {
|
||||
|
||||
webSettings.setSupportZoom(true);
|
||||
webSettings.setBuiltInZoomControls(true);
|
||||
webSettings.setUseWideViewPort(true);
|
||||
|
||||
disableDisplayZoomControls();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user