Tagged Questions
11
votes
3answers
2k views
How does HTML5 Geolocation Work?
Chrome and Firefox have HTML Geolocation implemented.
My question is: how does it work? Do they have a Database locally and get the information from the provider then try to match it?
Where is the ...
8
votes
8answers
2k views
Should the website switch language based on IP address or browser language?
Geo-location has been used most by Websites to do redirection, but I have found that several IP addresses locate a country which has using several languages.
Meantime, some users prefer to using the ...
4
votes
5answers
620 views
What are my options for accessing the user's GPS device in a desktop browser?
After reading about Firefox's Geolocation functionality, which doesn't use GPS, I'm wondering what it would take for a browser (IE and/or Firefox) to be able to access a GPS device connected to a ...
3
votes
1answer
200 views
Differences of geolocation accuracy between browsers
I try to know why when I use the geolocation with differents browsers on a same computer I have differents results. I know the implementation of the feature is not perfect..but,
it's strange because I ...
2
votes
1answer
148 views
Geolocation API Permissions Web Browser
I'm using this code to get the user geoposition. All goes well until the user deny permission to get the location. It seems this option gets cached and I don't know how reset it.
Is there any way to ...
1
vote
0answers
39 views
What defines coords.accuracy in the Geolocation API when not using a positioning sensor?
I'm trying out Geolocation API with HTML5 and it seems the results are more accurate than it reports:
geolocation.coords.latitude shows ~correct latitude
geolocation.coords.longitude shows ~correct ...
1
vote
1answer
104 views
Geolocation hangs after x attemps, works after browser restart
I'm working on a script that needs to grab my geolocation. It works most of the time, However every now and then the geolocation is not aquired and I have to restart the browser for it to work again. ...
0
votes
0answers
53 views
Can't change Google GeoLocation
Here i have been trying to change the Geo location of Google Search page? I followed this url (http://www.makeuseof.com/tag/disable-fake-location-firefox-internet-explorer-chrome/ it doesn't work for ...
0
votes
1answer
119 views
How navigator.geolocation.getCurrentPosition gets location coordinates of a client browser
I am using browser API for geolocation like below (codes written below are just for demo)
Client Script using jQuery
$(function () {
$('#link-getlocation').click(function () {
...
0
votes
0answers
71 views
Geo Location at different providers in different browsers
I started to use Google Maps API 3 and I tried geolocation code copied from HERE and expanded with marker (so no real change in the code).
For days I asked my friends to test my "you are here" map. ...