javascript-mobile-desktop-geolocation icon indicating copy to clipboard operation
javascript-mobile-desktop-geolocation copied to clipboard

Mobile and Desktop Javascript Library for Geolocation Fallback. Based on geo-location-javascript framework (http://code.google.com/p/geo-location-javascript).

Results 4 javascript-mobile-desktop-geolocation issues
Sort by recently updated
recently updated
newest added

the condition on line 111 of geoPosition.js: `if ( ( typeof(geoPositionSimulator)!=u ) && (geoPositionSimulator.length > 0 ) ){` fails. In my case, removing "&& (geoPositionSimulator.length > 0 )" and works...

On page https://github.com/estebanav/javascript-mobile-desktop-geolocation in the function success_callback the comments on how to get the coordinates should be p.coords.latitude and not p.latitude

`var bb` y u do this?!

not sure why github is showing such a huge diff. maybe you were using tabs and i am using spaces? anyway, my webstorm ide shows a much more readable diff.