Hello Everyone,
I’m trying to build a music-playing feature in my Bubble app and would appreciate some guidance.
Here’s what I want to achieve:
- I have a Repeating Group that displays a list of music tracks.
- When I click on a track, I want a Floating Group music player to appear at the bottom of the screen.
- The selected track should start playing immediately when the Floating Group opens.
- I also want to implement additional player functionalities, such as pause, next/previous, and displaying track info dynamically.
Could anyone guide me on how to:
- Pass the selected track’s data to the Floating Group?
- Control the audio playback (start, pause, etc.) using workflows?
- Make sure only one track plays at a time and updates dynamically when another track is clicked?
- Any best practices for designing a user-friendly audio player in Bubble?
Thank you