Summary: | add support for accelerometer / orientation events | ||
---|---|---|---|
Product: | WebKit | Reporter: | Patrick Mueller <pmuellr> |
Component: | WebCore JavaScript | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Enhancement | CC: | andreip, dougt, hans, marcosc, steveblock |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://dev.w3.org/geo/api/spec-source-orientation.html | ||
Bug Depends on: | 47670, 39210, 39479, 39588, 39589, 39590, 41618, 41685, 42304, 42865, 43025, 43181, 43785, 43848, 45460, 45891, 47257, 47408, 51742 | ||
Bug Blocks: |
Description
Patrick Mueller
2009-10-13 09:17:07 PDT
There's now a draft spec for both orientation and accelerometer events. It's being developed by the Geolocation working group of which Doug is an active member. See http://dev.w3.org/geo/api/spec-source-orientation.html. We plan to implement this in Android soon. > We plan to implement this in Android soon.
By which I mean we'll contribute both the WebCore common code and the specifics for the Android port.
Patches coming soon ...
I'll implement DeviceOrientation in stages, with separate bugs to track each stage. I've filed Bug 39210 to tack the addition of the bindings. Adding myself to the CC list. Added spec link to bug's URL field WebKit implements the Device Orientation and Motion spec. |