
Chrome Mobile does not play the video
i put this code in my html File:
bc.. <div id="video-1"></div>
<script>
jwplayer("video-1").setup({
file: "/uploads/test.mp4",
width: '100%'
});
</script>
And its not working in Chrome on Mobile Devices like iPad or iPhone.
Is this a Bug or am i doing something wrong?