-
- Notifications
You must be signed in to change notification settings - Fork 427
Closed
Labels
Bug: Needs Confirmation 🧐Bugs that are reported, but needs to be confirmed and replicated.Bugs that are reported, but needs to be confirmed and replicated.
Description
Issue description
After updating v5.0.3 -> v.5.1.0, listing to native HTML5 audio events no longer works.
Environment
- What's My Browser Support link: https://www.whatsmybrowser.org/b/3ZG9I
- Amplitude.js Version: 5.1.0
Steps to reproduce the issue
- Init amplitude like so:
this.$amplitude.init({ songs: [...], callbacks: { stop: () => { console.log('stop') }, play() { console.log('play') }, } }) - Play a song
What is expected?
I can see both "stop" and "play" logged to the console.
Additional details / screenshots
Only "stop" is logged to the console. Any callback that I register for a native HTML5 audio element does not fire. Amplitude specific callback like stop do fire.
danieloi
Metadata
Metadata
Assignees
Labels
Bug: Needs Confirmation 🧐Bugs that are reported, but needs to be confirmed and replicated.Bugs that are reported, but needs to be confirmed and replicated.