Geolocation Not Working In Safari
Im trying to implement the geolocation services to get the latitude and longitude values, but in Safari it just doesnt work. And then in firefox it works, but it doesnt know how to
Solution 1:
Safari does support Geolocation. But to make your life easier, check out http://code.google.com/p/geo-location-javascript/.
Solution 2:
It has to go through HTTPS. The release notes say "WebGeolocation now requires a secure (HTTPS) website to work on both iOS and macOS to prevent malicious use of location data." under the "Safari" heading. https://forums.developer.apple.com/thread/54276
Post a Comment for "Geolocation Not Working In Safari"