[ 
https://issues.apache.org/jira/browse/CB-14062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16464151#comment-16464151
 ] 

Wojciech Trocki commented on CB-14062:
--------------------------------------

[~Bitkarsten]  Cordova seem to have support for web audio
 
https://github.com/apache/cordova-ios/commit/8821a61b964b30bb6a007533e06a30f3695a98fd

This should work fine natively, but it may depend on the IOS version.
Do you have example project that replicates this issue? 

Similar issue reported on stack overflow:
https://stackoverflow.com/questions/28600878/audio-in-html-of-ios-webview-control-doesnot-work


>  HTML5 Audio Player fails on iOS
> --------------------------------
>
>                 Key: CB-14062
>                 URL: https://issues.apache.org/jira/browse/CB-14062
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Ionic
>         Environment: cordova 8.0.0
> ionic 3.20.0
>            Reporter: Karsten Bittsteller
>            Priority: Minor
>
> Hey there,
> i try to get the html5 audio working on ios with cordova.
> {code:java}
> <audio controls> 
>      <source [src]="attachment.audioUrl" type="audio/mpeg"> 
> </audio> {code}
> 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?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to