HTML5 video not loading at first time

Hello,

on my page i have HTML5 video which should play by auto if you click on play video, but only the fullscreen open and the video is not playing.
Then i go to the startpage, and go back to the page and click again on play video, the fullscreen is open and the video is playing.

My Ionic Info
Cordova CLI: 6.4.0
Ionic Framework Version: 2.0.0-rc.1
Ionic CLI Version: 2.1.7
Ionic App Lib Version: 2.1.4
Ionic App Scripts Version: 0.0.36

fixed

i added the src attribute to the video and teh source tag…
<video #video class=“px-movie-header__video” poster="{{ movie?.teaserImg }}" controls preload=“auto” src="{{ movie?.trailer }}">

Hello @tobiaspix
I have the same issue, but I have not solved yet.
Can you explain more detail how to fix this issue?
And is your video player fine on android?
Thank you.