Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hi we r creating audio app where audio will play from remote server. when we start payning it's working fine and next and previous olso working fine. but in sleep mode we r not able to call next audio function. #508

Open
rudrarakeshpaul opened this issue May 16, 2020 · 0 comments

Comments

@rudrarakeshpaul
Copy link

hi, we r creating an audio app where audio will play from a remote server. when we start paying it's working fine and next and previous also working fine. but in sleep mode, we r not able to call the next audio function. (Android 8+ working fine) Android 9+ not working

onend: (event) => {
console.log("Play end")
if (!this.repeataudio) {
this.next();
}
else {
this.playagain();
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant