You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add an option to force cardboard button ([#20](https://github.com/videojs/videojs-vr/issues/20)) ([1dee5f7](https://github.com/videojs/videojs-vr/commit/1dee5f7))
7
+
* expose more of vrs methods ([#10](https://github.com/videojs/videojs-vr/issues/10)) ([3cc1092](https://github.com/videojs/videojs-vr/commit/3cc1092))
8
+
9
+
### Bug Fixes
10
+
11
+
* add a cardboard button for native webvr support ([#22](https://github.com/videojs/videojs-vr/issues/22)) ([e946219](https://github.com/videojs/videojs-vr/commit/e946219))
12
+
* auto projection should be set to the correct value and not auto ([#4](https://github.com/videojs/videojs-vr/issues/4)) ([377e8a6](https://github.com/videojs/videojs-vr/commit/377e8a6))
* correctly check for cardboard button on control bar so we don't add two ([#26](https://github.com/videojs/videojs-vr/issues/26)) ([9184472](https://github.com/videojs/videojs-vr/commit/9184472))
15
+
* encode svg in css, use exact button replacement size ([#3](https://github.com/videojs/videojs-vr/issues/3)) ([9a37374](https://github.com/videojs/videojs-vr/commit/9a37374))
16
+
* make cardboard button pseudo fullscreen on iOS ([#12](https://github.com/videojs/videojs-vr/issues/12)) ([17a41c0](https://github.com/videojs/videojs-vr/commit/17a41c0))
17
+
* pin webvr-polyfill to 0.9.23 ([#21](https://github.com/videojs/videojs-vr/issues/21)) ([a644d1e](https://github.com/videojs/videojs-vr/commit/a644d1e))
18
+
* pixelation issues on some devices ([#17](https://github.com/videojs/videojs-vr/issues/17)) ([6f09814](https://github.com/videojs/videojs-vr/commit/6f09814))
19
+
* prevent initialization from happening twice ([#9](https://github.com/videojs/videojs-vr/issues/9)) ([33deadc](https://github.com/videojs/videojs-vr/commit/33deadc))
20
+
* separate and reset CardboardButton and BigVrPlayButton ([#11](https://github.com/videojs/videojs-vr/issues/11)) ([3ae105e](https://github.com/videojs/videojs-vr/commit/3ae105e))
21
+
* use player `fullscreenchange` event so fullscreen toggle works on Safari ([#2](https://github.com/videojs/videojs-vr/issues/2)) ([05c0f23](https://github.com/videojs/videojs-vr/commit/05c0f23))
0 commit comments