Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

player.panorama is not a function by npm for videojs7 #170

Open
ruff26 opened this issue Oct 24, 2018 · 5 comments
Open

player.panorama is not a function by npm for videojs7 #170

ruff26 opened this issue Oct 24, 2018 · 5 comments

Comments

@ruff26
Copy link

ruff26 commented Oct 24, 2018

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?

@iubhatt17
Copy link

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

@dave1981
Copy link

dave1981 commented May 11, 2020

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

@iubhatt17 Did you solve this problem?

@willmontiel
Copy link

@iubhatt17 Did you solve this problem?

@iubhatt17
Copy link

@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.

@robinaly
Copy link

@iubhatt17 which library did you use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants