requestFullscreen not available #7575
Unanswered
ambitiouschris
asked this question in
Q&A
Replies: 1 comment
-
Seems to be working for me locally. Can you provide a live test page? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am pretty new the video js package. We are getting an error when trying to click on the full screen button on an iphone.
We are using version 7.8.4 of the videojs
TypeError: e[l[a.requestFullscreen]] is not a function. (In 'el[a.requestFullscreen]', 'e[l[a.requestFullscreen]]' is undefined)
at apply (../fscreen.js:53:52)
at Qt ([native code])
at $t ([native code])
at r (../helpers.ts:87:17)
...
(14 additional frame(s) were not displayed)
It looks like the error is happening in fscreen.
requestFullscreen: element => elementvendor[key.requestFullscreen],
Beta Was this translation helpful? Give feedback.
All reactions