Hi everyone! ![]()
I’ve been experimenting with audio experiences in Bubble Mobile, and one thing I kept running into is that audio players usually feel either too web-like or too limited for native mobile interfaces.
So I put together a native-style Audio Player for Bubble Mobile.
The idea is simple: add an audio player that feels familiar on mobile, but still gives Bubble workflows access to the important playback information.
Below, you can see an example of the complete model.
Below, you can see an example of the compact model.

It currently supports:
Built for Bubble Mobile
Native-style React Native UI
Single audio file or multiple tracks
Track title, artist, album and cover image
Play / pause, previous and next controls
Progress bar with tap / drag seeking
Loop and random playback modes
Mute / unmute
Custom colors for the player UI
Playback states like current time, duration, volume, muted and playing
Workflow actions to control playback externally3
A few use cases I had in mind:
- music previews
- podcast snippets
- audio courses
- guided meditations
- voice notes
- mobile content libraries
- marketplace product audio previews
It’s still intentionally lightweight, but it already covers the main things I usually want from an embedded mobile audio player.
Mobile Demo
Try it → Mobile demo page
Mobile Editor
See how it’s set up → Mobile editor
Marketplace
Plugin page → Audio Player Bubble Native Mobile
