mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
Turning off the Native WebKit Geolcation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user