Which Devices Support Javascript Geolocation via navigator.geolocation?
问题 The iPhone supports geolocation in mobile Safari via the following call: navigator.geolocation.getCurrentPosition( function(pos){ var lat = pos.coords.latitude; var long = pos.coords.longitude; }, function(){ /* Handler if location could not be found */ } ); I'd like to build a good list of devices that have one of the following: support this feature out of the box , or support this feature with an upgrade, or support geolocation with equivalent fidelity of data with some other snippet of