I want to play video in ionic Framework
I developed an application for video player in ionic framework
I am facing the problem, video play in chrome browser is perfect, but not play in my android device
When I run this command “ionic run”
Please solve my problem
My code is
“<div class="modal transparent fullscreen-player" ng-click="closeModal()">
<video ng-src="{{clipSrc}}" class="centerme" controls="controls" autoplay></video>
</div> “
Regards
Kamran siddiqui
Sm_siddique@hotmail.com