Bug 145268
Summary: | [GTK] Add support for sensors | ||
---|---|---|---|
Product: | WebKit | Reporter: | Bastien Nocera <bugzilla> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | brandon, bugs-noreply, mcatanzaro |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=242637 |
Bastien Nocera
https://github.com/hadess/iio-sensor-proxy is going to be the preferred way to access sensors on non-Android Linux systems, covering Accelerometers, Light Sensors and Compass support.
Compass when implemented in iio-sensor-proxy will probably be proxied through Geoclue2, so this shouldn't be a blocker.
The 2 other types should be implementable already.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brandon McConnell
Any update on this ticket and this one which I think is related?: https://bugs.webkit.org/show_bug.cgi?id=81352
Michael Catanzaro
Bastien, what do you expect WebKit to do with iio-sensor-proxy?
Bastien Nocera
(In reply to Michael Catanzaro from comment #2)
> Bastien, what do you expect WebKit to do with iio-sensor-proxy?
Use it to implement W3C sensor APIs, report issues to iio-sensor-proxy any problems or limitations encountered while implementing said APIs.