Kadjo Famian
Kadjo Famian
I am not familiar to ios related stuff, but did you check for permissions for example. i don't really know how it works, but you could start there.
Hi @euclidesmarques, In the example, there's a method called onFinish which look like this `
Before trying to play a new track, check if his id is not egal or greatter than audioProvider tracks length. This is because if audioProvider has 4 song for example,...
Hi @abitul , that is the purpose of onFinished() event, it is called when a track has finish playing. Implementing it mean that you want to bring a _playlist_ capability...
I understand, my first code was for the first question, a kind of infinite loop. the following code block will create an infinte loop. i mean the player will come...
Not really, at this time, there nothing i could do because it is an internal error from the plugin. so maybe only the plugin maintainer could solve this. try to...
The event i was looking for is 'ontimeupdate'. I noticed that in "ionic-audio-web-track.ts", all the traditionnal events are implemented. But i don't know how to access them since AudioTrackComponent class...