2

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.

Yonoss
  • 1,242
  • 5
  • 25
  • 41
xBeiker
  • 21
  • 3
  • Does this answer your question? [Disable fullscreen iphone video](https://stackoverflow.com/questions/19521667/disable-fullscreen-iphone-video) – Eric May 21 '21 at 15:21
  • @Eric sadly it doesn't... As you can see in the tag I wrote I have already written the `playsinline` attribute and it doesn't work – xBeiker May 22 '21 at 16:03
  • one answer states that you have to set playsinline ="true" and not set it twice.... – Eric May 22 '21 at 18:12
  • 1
    @Eric I've tried `playsinline="true"` and nothing... Keeps the same – xBeiker May 23 '21 at 19:15
  • You can find the solution for this problem here: https://stackoverflow.com/questions/26407488/inline-youtube-video-doesnt-work-in-cordova-application-on-ios/76368966#76368966 – Yonoss May 31 '23 at 13:28

0 Answers0