ion.sound.play() options
ValentinPrivalov opened this issue · 0 comments
ValentinPrivalov commented
Hello, I have problem with ended_callback in play() method options.
Volume changes, but callback does not call.
ion.sound.play(soundName, {
volume: 0.1, // works
ended_callback: () => console.log('played') // does not work
});
What do I do wrong?