Ionic 3 Video pauses after 1 second of playing in IOS 13.3

Ionic 3 Video pauses after 1 second of playing on IOS 13.3, video works in older versions of IOS.

<ion-content padding>
    <video width="100%" height="100%" controls autoplay>
        <source src="{{videoURL}}" type="video/mp4">
      </video>
</ion-content>

but works perfectly while we play the video muted

<ion-content padding>
    <video width="100%" height="100%" controls autoplay muted>
        <source src="{{videoURL}}" type="video/mp4">
      </video>
</ion-content>

Hello,

I encounter a similar issue:
Only with IOS devices, when I play a video or a sound, using the default browser player, the media start playing and a few seconds after, it stops playing.

Do you found a fix for that?

Thanks for your help and have a nice day,
Loïc