Turning off the Native WebKit Geolcation

This commit is contained in:
Joe Bowser
2010-03-29 16:56:07 -07:00
parent 827c0ec81f
commit 72fd058b9e
2 changed files with 30 additions and 2 deletions
+3
View File
@@ -111,6 +111,9 @@ public class DroidGap extends Activity {
// Turn on DOM storage!
WebViewReflect.setDomStorage(settings);
// Turn OFF Native Geolocation
WebViewReflect.setGeolocation(settings);
/* Bind the appView object to the gap class methods */
bindBrowser(appView);
if(cupcakeStorage != null)