From 7aebe973305dad1678f0b3059f5dc3e7262d4624 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Thu, 12 Nov 2009 15:48:58 -0800 Subject: [PATCH] Fixing up the Contacts, allowing support for multiple resolutions --- src/com/phonegap/DroidGap.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/phonegap/DroidGap.java b/src/com/phonegap/DroidGap.java index 62d5da1b..9f0bb099 100644 --- a/src/com/phonegap/DroidGap.java +++ b/src/com/phonegap/DroidGap.java @@ -66,6 +66,7 @@ public class DroidGap extends Activity { /* This changes the setWebChromeClient to log alerts to LogCat! Important for Javascript Debugging */ appView.setWebChromeClient(new GapClient(this)); + appView.setInitialScale(100); WebSettings settings = appView.getSettings(); settings.setJavaScriptEnabled(true); settings.setJavaScriptCanOpenWindowsAutomatically(true);