I have tried the solutions outlined here: HTML5 videos not working in Safari Video tag not working in Safari now
without any success.
Here is what I have:
<video controls class="video" autoplay loop poster="video/Innocence.jpg" data-setup="{}">
<source src="video/main-vid.webm" type="video/webm">
</video>
Plays in Chrome and FF, but not Safari. So my iPhone does not play it. Does anyone have any suggestions?