-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use degrees instead of radians for Chrome 66+ deviceorientation events #18
Comments
jsantell
changed the title
Use degrees instead of radians for Chrome 66+ deviceorientation events
Use degrees instead of radians for Chrome 65+ deviceorientation events
Mar 3, 2018
|
jsantell
changed the title
Use degrees instead of radians for Chrome 65+ deviceorientation events
Use degrees instead of radians for Chrome 66+ deviceorientation events
Mar 5, 2018
jsantell
added a commit
that referenced
this issue
Mar 5, 2018
…Rate in degrees, rather than (incorrect) radians. Fixes #18
jsantell
added a commit
that referenced
this issue
Mar 5, 2018
…Rate in degrees, rather than (incorrect) radians. Fixes #18
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Chrome Canary m66, the deviceorientation event's
rotationRate
is now reported in degrees rather than radians, like other browsers. Chromium bug.Not sure of a clever way of distinguishing between pre-66 Chrome events outside of UA string parsing.
The text was updated successfully, but these errors were encountered: