Bug 145268 - [GTK] Add support for sensors
Summary: [GTK] Add support for sensors
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-21 08:55 PDT by Bastien Nocera
Modified: 2023-04-28 02:13 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bastien Nocera 2015-05-21 08:55:26 PDT
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.
Comment 1 Brandon McConnell 2023-04-27 15:22:49 PDT
Any update on this ticket and this one which I think is related?: https://bugs.webkit.org/show_bug.cgi?id=81352
Comment 2 Michael Catanzaro 2023-04-27 17:09:27 PDT
Bastien, what do you expect WebKit to do with iio-sensor-proxy?
Comment 3 Bastien Nocera 2023-04-28 02:13:41 PDT
(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.