I am using Jwplayer in Ionic hybrid application the video is playing on all IOS device but not playing on android device
I am using following code I have included the library locally
$scope.jwplayerVideo.setup({
file: video url ,
image: thumbnil url,
});
↧