JP McGarrity
Results
2
issues of
JP McGarrity
Create snippet to drop html5bp into page for rapid prototype.
Added geo location with basic success,fail,timeout // Try W3C Geolocation (Preferred) if(navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position) { //get latlng, accuracy and do something. }, function() { handleNoGeolocation(browserSupportFlag); }); } // Browser doesn't...