Skip to content
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

Update WebVRPolyfill to 0.10.3 to fix Chrome devicemotion regression #3453

Merged
merged 1 commit into from
Mar 15, 2018

Conversation

jsantell
Copy link
Contributor

Description:

This also handles Chrome changes in devicemotion in m65-m67. More information can be found in the 0.10.3 release notes of the issues, but as of now, this is necessary for A-Frame to work in current versions of Chrome.

I'd suggest checking out the 0.10.0 the release notes as well to confirm there hasn't been any feature changes that is necessary for A-Frame.

I believe this would fix #3427

Changes proposed:

  • Update webvr-polyfill from 0.9.40 to 0.10.3

Tested

Pixel

  • Chrome Stable 65.0.3325.109 (with/without sensor)
  • Chrome Beta 65.0.3325.144
  • Chrome Canary 67.0.3370.0
  • Firefox on Android 58.0.2
  • Samsung Internet 6.4.10.5 (Chrome 56.0.2924.87)

iPhone 10.3.3

  • Safari
  • Chrome 65.0.3325.152
  • Edge 41.11
  • Firefox v10.6

iPhone X iOS 11.2.6

  • Safari
  • Chrome 65.0.3325.152

window.WebVRConfig = window.WebVRConfig || {
// WebVR polyfill
var WebVRPolyfill = require('webvr-polyfill');
window.webvrpolyfill = new WebVRPolyfill({
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can remove, might be helpful for debugging in the future

@dmarcos
Copy link
Member

dmarcos commented Mar 15, 2018

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Camera move slowly in samsung S6 & S7 since 0.8
2 participants