geolocation - How to determine location in browser of non supporting html5 mobile device? -


i have html5 web page displays specific advert depending on mobile device's geo/location.

how determine location on handset doesn't support html5 (older nokias , blackberrys) inside (old) browser?

you'll have server side based on ip address, using libraries such geo::ip. it's lot less accurate (especially in case of mobile devices), if browser won't give location there's no way guess it.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -