
Playing JWplayer in mobile app
Hi,
I am using JWPlayer to play youtube videos in app, i applied skin 'five' , it is getting applied in browser but when i open it in mobile on first load is showing youtube UI and on play video skin is getting applied. Why?
Setup options :
$scope.options = {
file: "YOUTUBE_VIDEO",
aspectratio : '16:9',
skin : 'five',
autostart : false,
controls : true,
primary : 'html5',
repeat : false,
width : '100%',
sharing : {},
flashplayer : 'jwplayer.flash.swf',
html5player : 'jwplayer.html5.min.js',
ga : {}
};
Thanks & Regards,
Snehal