You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Wojciech Trocki (JIRA)" <ji...@apache.org> on 2018/05/08 18:44:00 UTC

[jira] [Comment Edited] (CB-14062) HTML5 Audio Player fails on iOS

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

Wojciech Trocki edited comment on CB-14062 at 5/8/18 6:43 PM:
--------------------------------------------------------------

[~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? 



was (Author: wtrocki):
[~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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org