-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Unable to view fullscreen video #3310
Comments
Some of the libraries like Ionic end up including the fastclick library in the distribution, that tends to cause havoc with our buttons. |
Thanks for reply..so is there any way I can get rid of this flickering issue? |
I just realized we already had another issue about this: #2887. But the way to fix it is to have ionic (or if you're also using angular, it seems like angular 1.5 disabled this, maybe (angular/angular.js#6251)) not do the whole "fastclick" thing. There isn't a good way of fixing it on videojs's side. |
Hello, I am also facing same issue with video js on ionic. Any help will be appreciated. |
I am also facing same issue.. |
Holy hell this took me forever to figure out |
In the event anyone else still has to use fastclick with videojs, and comes across this issue (as I did)... I was able to fix it by adding the following 2 lines to my playerReady callback function:
Where |
I'm developing an application using
Ionic
and in that I'm allowing user to upload videos. So for playing videos I have integratedVideo.js library
.But when I try to play video in fullscreen, I'm experiencing flickering issue i.e. when I tap/click on fullscreen button causes it to go on full screen for like 100ms then come back to normal screen.
Video.html
Videojs Directive
So what should I do to resolve this flickering issue?
The text was updated successfully, but these errors were encountered: