0
  • The question is not "Is it possible"? I know the mobile browsers can not autoplay html5 videos but, here i have an example of autoplaying.

Please explain to the world how is possible that!

Here the example: http://misc.teads.tv/us/demo/InReadWeltDemo2/index.html#232943677

And now? ;-)

1 Answers1

0

You probably might have found this by now. But if not, then that video is triggered by the user's touch (window.touchStart) event. As soon as the user touches the screen to click/scroll, the video element's .play() is triggered.

You could try opening the url in any mobile-browser that does not support touch events to see that the video does not play until you click on it.

CodeMouse92
  • 6,840
  • 14
  • 73
  • 130
Maddy PZ
  • 16
  • 1