Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8d4964e authored by Cary Clark's avatar Cary Clark
Browse files

default overview mode to false in webkit

Browser defaults overview mode to true in BrowserSettings.java,
but a WebView should default overview mode to false. This permits
applications without zoom interfaces, such as HTMLViewer, to
have the same interface as before.
parent 377c5c15
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -187,7 +187,7 @@ public class WebSettings {
    private boolean         mSupportZoom = true;
    private boolean         mSupportZoom = true;
    private boolean         mBuiltInZoomControls = false;
    private boolean         mBuiltInZoomControls = false;
    private boolean         mAllowFileAccess = true;
    private boolean         mAllowFileAccess = true;
    private boolean         mLoadWithOverviewMode = true;
    private boolean         mLoadWithOverviewMode = false;


    // Manages interaction of the system setting 'Location & security - Share
    // Manages interaction of the system setting 'Location & security - Share
    // with Google' and the browser.
    // with Google' and the browser.