I am developing a website that relies on pulling the geolocation data of a mobile user. I am doing it the typical way via:
function initialize() { if(wind
This wasn't working on my Android 2.4, the problem was solved by enabling Wireless Networks Location besides GPS (wasn't working with just GPS)
Settings -> Location & Privacy -> Enable Wireless Networks.