Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
None
-
None
-
None
-
cordova 8.0.0
ionic 3.20.0
Description
Hey there,
i try to get the html5 audio working on ios with cordova.
<audio controls> <source [src]="attachment.audioUrl" type="audio/mpeg"> </audio>
Working fine on Android or on all Web Browsers using ionic serve (Safari/Chrome, no problem). But get stuck on ios. Audiofile is played just once and during playback it says "Live broadcast". When finished, there is no way to get this file play another time but close the view and go back works fine.
Could this be an cordova issue or am I doing something wrong?