Mobile Phone Geo Location Detection?
-
Does anyone know if there is code, or software that you can use on your website that will direct a visitor automatically to a specific city page when they come upon your site with their mobile phone?
-
Hi Steve,
If you are using HTML5 you can use the follwing link "Positioning with Geolocation", and you can obtain the users latitude and longitude information.
based on the latitude and longitude information you can write your code to open that specific site.