
Playing video on mobile devices
Hello,
I have a problem with JWPlayer on mobile devices, such as iPhone with iOS 10 and iPad with iOS 9. Problem is some videos can`t be played.
I have tried to start it like this:
$(function () {
$('video.jw-video').attr('playsinline','');
$('video.jw-video').attr('autoplay','');
$("video.jw-video").bind("click", function() {
jwplayer("playerBody").play();
});
});
but it didn`t help. You can find the configuration code in the html block, where video is (jwplayer("playerBody")).
If someone will help me to play video on mobile device from this page - http://tarnowska.tv/aktualnosci/czytaj/14429,anna-czech-rok-w-sejmie.html - I will be very thankful!
Thanks
Artem