I've been stuck for some hours now. I need my app to be able to play a video without going in fullscreen with iOS. I've tried both playsinline
and webkit-playsinline
and none is working. I'm using quasar framework and cordova to compile the app for iOS. This is my video tag:
<video ref="videoRef" style="max-width: 100%; max-height: 50%" src="" id="video-container" playsinline controls/>
Notes:
src
tag si empty because I'm making the user select a local file and later playing it in the video tag.