Merged Joe`s turning off of native geolocation in WebView.

This commit is contained in:
filmaj
2010-03-31 14:02:08 -07:00
4 changed files with 1 additions and 75 deletions
-2
View File
@@ -109,10 +109,8 @@ public class DroidGap extends Activity {
// Turn on DOM storage!
WebViewReflect.setDomStorage(settings);
// Turn off native geolocation object in browser - we use our own :)
WebViewReflect.setGeolocationEnabled(settings, false);
/* Bind the appView object to the gap class methods */
bindBrowser(appView);
if(cupcakeStorage != null)