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
The following error is shown when transition to fullscreen (or back to normal screen).
Uncaught TypeError: videojs(...).isFullScreen is not a function(…)
The following error is shown when transition to fullscreen (or back to normal screen).
Uncaught TypeError: videojs(...).isFullScreen is not a function(…)
In line 1236 of the source below, I see the call to .isFullScreen() which should be .isFullscreen().
https://github.com/BrightcoveOS/videojs-omniture/blob/master/src/production_lib/bcc_adobe_analytics.js
The text was updated successfully, but these errors were encountered: