Closed edwinnsan closed 6 years ago
Any updates @arielfaur && @edwinnsan ?
Oh this problem already solved, thank you for reminding me @95deepan
Can you please elaborate how did you solve ? @edwinnsan
you can do it like this
ionViewCanLeave() { this.audioProvider.pause(this.selectedTrack); }
ionviewcanleave is function when we press back button... its backbutton on ionic apps, not in hardware back button..
Didn't work for me.. because this.selectedTrack
whose value is '0'. When I passed this value to this.audioProvider.pause()
function, it is not working.
why u passed the value '0'?
this.selectedTrack is like default value from this module, dont replace it, just write the code same with me.
Hi all,
I haven't had time to look into all issues lately. And especially this one feature. The plugin might need a small refactor for this to work. I hope I can find the time to look into this sometime soon...
hello.. i want ask, how to stop audio if user go to other menu / user not in list page of audio how to stop it? Because now its always play on background. Thanks