arielfaur / ionic-audio

An audio player for Ionic 3 and Angular 4. Works with HTML 5 audio or native audio using Cordova Media plugin.
http://arielfaur.github.io/ionic-audio/2.0/index.html
MIT License
321 stars 163 forks source link

Stopping While Loading #162

Open TimeTravelersHackedMe opened 7 years ago

TimeTravelersHackedMe commented 7 years ago

Hey, is there a way of stopping a song while it is still loading?

I'm trying to come up with a solution that prevents multiple songs from playing at the same time. This usually happens when it takes awhile for a song to load.

arielfaur commented 6 years ago

@TimeTravelersHackedMe That's a good question. I should check whether there is a method to cancel the loading process.