[TIMOB-7937] MobileWeb: return Gesture.shake acceleration in Gs, not m/s^2
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2012-03-21T15:05:28.000+0000 |
| Affected Version/s | Release 1.8.2 |
| Fix Version/s | n/a |
| Components | MobileWeb |
| Labels | parity |
| Reporter | Arthur Evans |
| Assignee | Bryan Hughes |
| Created | 2012-03-08T14:11:45.000+0000 |
| Updated | 2014-01-28T23:57:34.000+0000 |
Description
Currently Android and iOS return acceleration in Gs, while the W3C draft spec uses m/s^2.
For parity, we should ensure that we use the same units everywhere.
As per the discussion with Arthur, this bug is invalid. m/s^2 is the correct units.