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
When a user clicks on the static video link, it replaces the thumbnail with the real video player. In order to prevent a second click to launch the video, I added an autoplay=1 parameter in the iframe src. But for some services (like FunnyOrDie.com) or on certain devices (like on Android or iOS), autoplay doesn't work, thus forcing the user to click a second time (once the player is fully loaded) to effectively play the video.
I need to find a way to force the video to play, or to change the UI so the user understands that the video won't play right away.
The text was updated successfully, but these errors were encountered:
When a user clicks on the static video link, it replaces the thumbnail with the real video player. In order to prevent a second click to launch the video, I added an
autoplay=1
parameter in the iframe src. But for some services (like FunnyOrDie.com) or on certain devices (like on Android or iOS), autoplay doesn't work, thus forcing the user to click a second time (once the player is fully loaded) to effectively play the video.I need to find a way to force the video to play, or to change the UI so the user understands that the video won't play right away.
The text was updated successfully, but these errors were encountered: