Anyone know if it’s possible to disable Bubble’s built-in progress bar? I don’t mean simply change its appearance. I mean prevent the associated JS events and everything.
This post suggests there’s no officially documented or supported way to go about it, but since when has that stopped a plugin builder?
I did see those plugins, but neither seems to offer what I need. The first apparently just publishes a couple events which parallel the appearance/disappearance of Bubble’s built-in progress bar in the DOM. The second seems to be an “enhanced” version of Bubble’s own Progress Bar plugin (available when adding plugins to an app).
Yes.
Actually, this detect the bar and hide it.
You can also use the same color on the bar that you use for your page background.
But there’s no way for what I know actually to not activate it.
Not on the demo page. It simply triggers an event when the progress bar appears and disappears.
Yeah, if I just wanted to hide it, I could make it transparent. I need to disable it on a more fundamental level - not just change its appearance.
That’s what I’m thinking, although I recall seeing somewhere in the Bubble editor - perhaps related to workflows - an option to disable the progress bar, but I can’t find it now. That suggests the capability is there, but there’s no official “hook” provided by Bubble.