Skip to content Skip to sidebar Skip to footer

Which Web Browsers Support Gelocation Via Html5?

Which web browsers (and version) support Gelocation via HTML5?

Solution 1:

on the desktop only firefox (not sure if opera already includes it in official builds), on mobile: mobile safari 3 & android 2.x browser

more info about support on:

hope this helps, frank

Solution 2:

Geolocation on Safari is iPhone only

Google Chrome beta has optional support: http://www.wait-till-i.com/2010/03/04/google-chrome-getting-navigator-geolocation/

Unfortunately Opera 10.50 does not seem to have geolocation, which is a bit of bummer considering how great it looks in most other regards. (Video, audio, CSS3 improvements + Carakan really smokes V8, Squirrelfish and Tracemonkey.)

Solution 3:

Assuming you mean geolocation API's,

Firefox: https://developer.mozilla.org/En/Using_geolocation

Safari: https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariWebContent/GettingGeographicalLocations/GettingGeographicalLocations.html

Opera: http://my.opera.com/core/blog/geolocation-enabled-build

And more about it here: https://en.wikipedia.org/wiki/W3C_Geolocation_API

Post a Comment for "Which Web Browsers Support Gelocation Via Html5?"