j***@gmail.com
2018-04-10 20:36:38 UTC
I have a map based application and once the user approved geolocation, I,
for obvious but apparently unappreciated reasons, do not make the user
enter their address every time they need a listing of nearby service
providers - rather I call the geolocation API.
Now, apparently as of 2 days ago, I am not only not provided with the
Geolocation information, I am actually not even given a rejection or error
so that my promise function can use it's error clause - which would trigger
manual address entry. Instead Chrome just won't give me the coordinates,
but not generate an error, which means I have to write all new error
handling.
My website is https://www.mowify.com
Why make the user the zipcode every time? I thought that was what we were
doing with web apis. When do the native application devs care about not
running geolocation on app open?
for obvious but apparently unappreciated reasons, do not make the user
enter their address every time they need a listing of nearby service
providers - rather I call the geolocation API.
Now, apparently as of 2 days ago, I am not only not provided with the
Geolocation information, I am actually not even given a rejection or error
so that my promise function can use it's error clause - which would trigger
manual address entry. Instead Chrome just won't give me the coordinates,
but not generate an error, which means I have to write all new error
handling.
My website is https://www.mowify.com
Why make the user the zipcode every time? I thought that was what we were
doing with web apis. When do the native application devs care about not
running geolocation on app open?
--
You received this message because you are subscribed to the Google Groups "Chromium HTML5" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-html5+***@chromium.org.
To post to this group, send email to chromium-***@chromium.org.
Visit this group at https://groups.google.com/a/chromium.org/group/chromium-html5/.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.
You received this message because you are subscribed to the Google Groups "Chromium HTML5" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-html5+***@chromium.org.
To post to this group, send email to chromium-***@chromium.org.
Visit this group at https://groups.google.com/a/chromium.org/group/chromium-html5/.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.