Summary
Secure, user-sanctioned geolocation collection is currently unavailable for HTML5 Web-Apps when they are not running or in the foreground. This leaves the browser hosted applications incapable of competing with Native Apps on an even playing field.
The main goal of background geolocation reporting is to all web-apps, but in particular, Gaming, Social-Network, and Fleet-Management Apps, to continue to function even if the device has gone to sleep or another App is in the foreground.
Additional goals are:
Power-Saving. By using the existing ServiceWorker paradigm and flexible throttle/filter on which geolocation movements are "interesting".
Single-process (Google Play etc) to monitor all geolocation reports for all Apps before deciding if ServiceWorker(s) need to be instantiated.
Unlike Mozilla's current implementation, stalkers, estranged spouses, and marketeers will no longer be allowed to track users covertly.
Here is design overview document:
None. See https://w3c.github.io/ServiceWorker/#extensibility
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
reillyg who might have some context on background geolocation.
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+unsubscribe@chromium.org.
☆PhistucK
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+unsubscribe@chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
Bug to turn-off Firefox existing background Geolocation collection: -
https://bugzilla.mozilla.org/show_bug.cgi?id=1254911
Chrome background GeoLocation bug (Won’t fix and restricted)
https://bugs.chromium.org/p/chromium/issues/detail?id=506435
Chrome bug where Geofence API was abandoned: -
https://bugs.chromium.org/p/chromium/issues/detail?id=383125#c47
ServiceWorker issue over a year old: -
https://github.com/w3c/ServiceWorker/issues/745
A stagnant waste of space: -
https://github.com/w3c/geolocation-api
Have no idea how people get paid to persist with this given Chrome’s veto
https://github.com/w3c/geofencing-api
Microsoft currently implementing ServiceWorkers on Edge: -