byennen / one

0 stars 1 forks source link

On Safari, location services are not working #106

Open afruth opened 9 years ago

afruth commented 9 years ago

The location object, although returned, is empty. This happens on a Mac machine, didn't test in Windows.

afruth commented 9 years ago

Can't find a reason for the code not working.

Calling navigator.location.getCurrentPosition is successful but the success function is called with an empty object on Safari and Firefox. Chrome works ok for me but @DaveSauce reported it doesn't work for him.

If the call would be unsuccessful then the error function should be called, still all browsers call the success function.

Any ideas @byennen @Sanjo ? Have you ever met this problem?