Skip to content

Commit

Permalink
fix: chrome m55 gyro breakage by updating webvr-polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Mar 22, 2018
1 parent d81a5a4 commit e05c686
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 12 deletions.
12 changes: 12 additions & 0 deletions iframe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>videojs-vr Demo</title>
<link href="node_modules/video.js/dist/video-js.css" rel="stylesheet">
<link href="dist/videojs-vr.css" rel="stylesheet">
</head>
<body>
<iframe width="700" height="400" src="index.html" allowfullscreen="" webkitallowfullscreen="" mozallowfullscreen="" allowington="gyroscope; accelerometer; xr"></iframe>
</body>
</html>
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"global": "^4.3.2",
"three": "^0.87.1",
"video.js": "^6.2.7",
"webvr-polyfill": "^0.10.2"
"webvr-polyfill": "^0.10.5"
},
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
Expand Down

0 comments on commit e05c686

Please sign in to comment.