williamsandonz
williamsandonz

Reputation: 16430

Android Geolocation not working on 3G mode, but working on Wifi mode?

got a jquerymobile app, the google map loads great on Apple devices in both Wifi and 3G, but with my Android device, it only works on Wifi, if I use 3G, the user never gets prompted to share location..

I've tried using navigator.geolocation.getCurrentPosition() & google.loader.clientlocation.

Does anyone know if there's any certain kind of methodology I need to employ here.

Upvotes: 0

Views: 573

Answers (1)

Tim
Tim

Reputation: 320

Android uses WPS for coarse location services. http://en.wikipedia.org/wiki/Wi-Fi_positioning_system

For this to work wifi needs to be enabled.

Upvotes: 1

Related Questions