videojs-panorama icon indicating copy to clipboard operation
videojs-panorama copied to clipboard

player.panorama is not a function by npm for videojs7

Open ruff26 opened this issue 6 years ago • 5 comments

import videojs from 'video.js'; window.videojs = videojs;

import panorama from 'videojs-panorama'; panorama(player, { // some options });

error: Uncaught TypeError: player.panorama is not a function

how to fix?

ruff26 avatar Oct 24 '18 11:10 ruff26

I am also facing the same issue in angular 7.Can anyone tell why this is happening ?

iubhatt17 avatar Nov 07 '19 12:11 iubhatt17

I am also facing the same issue in angular 7.Can anyone tell why this is happening ?

@iubhatt17 Did you solve this problem?

dave1981 avatar May 11 '20 14:05 dave1981

@iubhatt17 Did you solve this problem?

willmontiel avatar Mar 18 '21 13:03 willmontiel

@dave1981 @willmontiel I have then used another lib to implement 360 Degree View of video and then added some code in polyfill.ts file and boom it worked smoothly.

iubhatt17 avatar Jun 09 '21 06:06 iubhatt17

@iubhatt17 which library did you use?

robinaly avatar Jun 14 '22 14:06 robinaly