1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04: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:
Joe Steele 2013-02-27 16:04:02 -05:00
parent 207e2a1e56
commit 28212bc04f

View File

@ -106,6 +106,7 @@ public class MessageWebView extends TitleBarWebView {
webSettings.setSupportZoom(true);
webSettings.setBuiltInZoomControls(true);
webSettings.setUseWideViewPort(true);
disableDisplayZoomControls();