Hello.
Again me.
Well i make a feed app. And i need to play video. In ios
<video controls="controls" preload="metadata" autoplay="autoplay" poster="http://cs634003.vk.me/u282767151/video/l_930cdcbe.jpg" style="width: 100%;" webkit-playsinline="webkit-playsinline" class="videoPlayer">
<source src="http://cs634003v4.vk.me/u282767151/videos/58aaf9f618.720.mp4" type="video/mp4"/>
</video>
That works but in android it doesn’t work. I can’t play video in android.
Then i think what can i do. And i search open external app an i added
navigator.app.loadUrl($scope.video, {openExternal: true});
to my controller but it works in ios not android
Well how can i open video in android or how can i open external video player
Thank You
(sorry for bad english)