-
Notifications
You must be signed in to change notification settings - Fork 428
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
Videos not playing on mobile browsers #487
Comments
The only way I was able to fix this was to hack the library itself. On line 702 of this file you will see that the param |
For some reasons it still doesn't work on both my android phone and every chromium based browser on desktop when using the console in mobile mode |
The same issue @pupunzi Do you have any idea to resolve this issue |
its working in latest version and build. refer: https://github.com/pupunzi/jquery.mb.YTPlayer/blob/master/dist/jquery.mb.YTPlayer.js |
I'm using a template which uses YTPlayer.
While everything works on the desktop version of the site, it doesn't on mobile. I'm using version 3.3.9 and useOnMobile is set on true.
Js files are untouched. The properties used are:
ratio: 16/9,
containment: 'self',
quality: 'default',
startAt: 0,
stopAt: 36,
autoPlay: true,
loop: true,
mute: true,
showControls: false,
showYTLogo: false,
realfullscreen: true,
addRaster: false,
optimizeDisplay: true,
stopMovieOnBlur: true,
useOnMobile: true,
The text was updated successfully, but these errors were encountered: