-
Notifications
You must be signed in to change notification settings - Fork 32
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
Can't get video to play on iOS #46
Comments
Can yuo post the codepen again? It seems that github cut it. :P |
Here it is: http://codepen.io/drejohnson/pen/ZbvEoQ |
I'm having the same issues. Checked out the codepen and same deal. |
@2fdevs any progress on that ? Perhaps ill try in opera but FF , Chrome works fine. It also could be an issue of z-index and play button overlay |
Opera works fine |
As i remember, in ios , youtube iframe need bring to top to work, @rubenCodeforges Can you show we the message show in console when run in ios |
@NamPNQ sorry buddy i dont have iOS , but @el-rotny has , its now but night in usa , so he will be back like in 8 hours |
@NamPNQ BTW android and all available browser for it , works fine |
@NamPNQ Here is a screenshot |
@el-rotny ive provided guys with the code , but vimeo is not firing when we are handling a youtube url |
@rubenCodeforges @el-rotny I haven't got time to take a look to this issue yet, I'm pretty busy this last two weeks at work. That WebGL error is quite weird and it looks to me a Youtube error more than a Videogular error. Not all Youtube videos plays well on all devices, specially if it's an old video. Did you tried playing that Youtube video in Youtube website on iOS? |
@drejohnson did you find a solution you can share? |
@2fdevs hi seems like on ios the controls of videogular are blocked and thats why we cant play the video. |
For anyone coming across this issue. This plugin is not compatible with https://github.com/videogular/bower-videogular-overlay-play on iOS. The protocols to play videos need to be initiated by user directly on the iframe rather than programmatically. Also, the controls from videogular wont initiate the player. What we did to combat this issue, is to hide the controls on Thanks @rubenCodeforges and @2fdevs for the help. |
No any update more. I close this issuse. if you have more questions, we can reopen ticket. |
Here's my code pen if that helps. Videogular without the Youtube plugin works fine.
The text was updated successfully, but these errors were encountered: