Suppose the default volume when doing Amplitude.init() is equal to 100.
Suppose the user wants half of that volume or 20%. The user slides the volume slider accordingly, so that the music is being played not so loud.
Then when changing songs the volume is back at it's initiated default value, which is 100 rather than staying at 50% or 20%.
Issue description
Suppose the default volume when doing
Amplitude.init()
is equal to 100. Suppose the user wants half of that volume or 20%. The user slides the volume slider accordingly, so that the music is being played not so loud. Then when changing songs the volume is back at it's initiated default value, which is 100 rather than staying at 50% or 20%.Environment
What's My Browser Support link: https://www.whatsmybrowser.org/b/5F3KO Amplitude.js Version: 5.1.0
Steps to reproduce the issue
What is expected?
The next song plays at the same volume as the user has set before.
Link to where issue can be reproduced
This can be reproduced in the examples here. I found this being reproduced in Flat Black Example and Blue Playlist Example.
https://521dimensions.com/open-source/amplitudejs/docs/examples/
Here's mine (server is running only during daytime in Central European timezone): https://lenny-telecommunications.duckdns.org/WEB_DEVELOPMENT_LAB_PROJECTS/music_player_electric_dnb/music_player_electric_DnB
Additional details / screenshots
That's all the information needed from me.