Posted 14 May 2017 Link to this post
I achieved to play a video inline on safari on IOS with playsinline like this : <video src="file.mp4" playsinline> and a button to play/pause the video.
Unfortunatelty is not working on the platform telerik with cordova.
How van I to that ?
Posted 17 May 2017 Link to this post
<
video
autoplay
muted
playsinline
width
=
"310"
src
"http://www.webestools.com/page/media/videoTag/BigBuckBunny.mp4"
poster
"http://www.webestools.com/page/media/videoTag/BigBuckBunny.png"
>
</
Posted 17 May 2017 in reply to Martin Link to this post