You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Load the simple demo
https://dl.dropboxusercontent.com/u/11833872/stupil_prototype/youtube_iframe_tub
ular.html
2. Verify that the video can't be played.
What is the expected output? What do you see instead?
The video should display a play button and be pressed by the end user. Instead
we see a black background.
What version of the product are you using? On what operating system?
Android 2.2+, iOS 4+
Please provide any additional information below.
This fix eliminates autoplay on desktop in exchange for having a working
youtube video on mobile. The play, pause, and seekto features may still be used
once the video has been interacted with by a user.
Original issue reported on code.google.com by b...@stupil.com on 23 Aug 2013 at 4:46
A fix to maintain the desktop features would be to check for mobile phones
first and set a flag once the user has interacted with the video. The flag
could be checked before the api calls would be allowed.
Original comment by b...@stupil.com on 23 Aug 2013 at 4:49
Original issue reported on code.google.com by
b...@stupil.com
on 23 Aug 2013 at 4:46Attachments:
The text was updated successfully, but these errors were encountered: