add mobile player and fullscreen support for iOS

This commit is contained in:
Jason Hunter
2021-06-04 16:49:28 -04:00
committed by Blake Blackshear
parent c73aebadcb
commit 88ed7501a7
4 changed files with 20 additions and 0 deletions

9
web/package-lock.json generated
View File

@@ -11933,6 +11933,15 @@
"resolved": "https://registry.npmjs.org/videojs-font/-/videojs-font-3.2.0.tgz",
"integrity": "sha512-g8vHMKK2/JGorSfqAZQUmYYNnXmfec4MLhwtEFS+mMs2IDY398GLysy6BH6K+aS1KMNu/xWZ8Sue/X/mdQPliA=="
},
"videojs-mobile-ui": {
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/videojs-mobile-ui/-/videojs-mobile-ui-0.5.3.tgz",
"integrity": "sha512-rY+JFLUq2edqoWB4CHVxPLYQEYhSNdGylGe44MEdfxzqYaEgkf/qyDlmmpdN9BFIQ6vJ7eaQBxgTOHha8UpOGA==",
"requires": {
"global": "^4.3.2",
"video.js": "^5.19.2 || ^6.6.0 || ^7.0.0"
}
},
"videojs-playlist": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/videojs-playlist/-/videojs-playlist-4.3.1.tgz",