I have implemented an app with ionicvue. On one page I want to display videos with the HTML5 video control, e.g. video src="https://media.geeksforgeeks.org/wp-content/uploads/20210314115545/sample-video.mp4" ....
it works on web, on android, but it does not work on iOS. There is only a play button with a strike through line
I have tried all of the available option conbinations (controls playsinline webkit-playsinline etc.) but it does not help.
Any Ideas?
Thanks a lot Alex