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

How to set progress and start playing audio when we redirect to page or reload the same page? #179

Open tanvishah-syn opened 6 years ago

tanvishah-syn commented 6 years ago

@arielfaur Hi, I am trying to set previous audio track status to audio control. In my application whenever user tries log in, it redirects to home page and start playing audio. When user plays the audio and if he shifts to another page and if he again come backs to audio control page he is not able to see progress in progress bar and at the same time audio keeps on playing in the background.

arielfaur commented 6 years ago

This still needs some test. It's a feature I haven't yet implemented.

rdai commented 6 years ago

see #192