📱 New Plugin Release: Slider Input Bubble Mobile

Hi Bubblers! :waving_hand:

Discover the Slider Input Bubble Mobile plugin - a simple way to let users select numeric values by touch.

ScreenRecording_01-20-202615-16-20_1-ezgif.com-speed

:sparkles: Key Features:

  • Numeric Slider Input: Select values within a defined minimum and maximum range.
  • Step-Based Control: Define value increments using a configurable step.
  • Animation Options: Choose between spring, smooth, bounce, or no animation.
  • Value Tooltip: Optionally display the current value above the slider handle.

:backhand_index_pointing_right: Demo | Documentation

Perfect for filters, settings, and any screen where users need an intuitive way to adjust numeric values on mobile.

Levon Terteryan
Founder @ Zeroqode

Browse all Zeroqode Plugins for bubble
Banner_Last3

@levon This is really cool. I always use plugins from Zeroqode.

Hi! Thanks for the free plugin, that’s very cool!

There is a small glitch: the steps seem to be calculated as

  • the multiples of the step higher than the initial value
  • instead of initial value + multiples of the step

For instance if min value = 10, max value = 90, and step = 20

  • we get 10, 20, 40, 60, 80, 90 as possible values
  • I would expect 10, 30, 50, 70, 90

Any chance to get a fix?

Thank you!

Emmanuel

Hi @edufrene2,

Thank you for reaching out and for the kind words about our free plugin! We really appreciate you bringing this behavior to our attention.

I completely understand your point - logically, when you set a minimum value of 10 and a step of 20, the expected progression should indeed be adding the step to the initial value ($10, 30, 50, 70, 90$), rather than locking onto absolute multiples of the step ($20, 40, 60…$).

To make sure we address this properly, I will pass this use case over to our development team so they can investigate the step calculation logic within the Slider Input Bubble Mobile Free plugin code and look into a fix.

In the meantime, you can keep an eye on our official documentation and the Zeroqode Forum for any future update announcements regarding this plugin.

Could you please let me know which version of the plugin you are currently running in your Bubble application?

Best regards,
Support Team
Browse all Zeroqode Plugins for Bubble
Banner_Last3

Hi!

Using version 1.7.0.

Note there is a simple workaround:

  • Min = 0
  • Max = Max-Min
  • Result = Result + Min

Thanks a lot!

Another feedback… :slight_smile:

The element SimpleSlider seems to need some kind of initialization, so it needs to be visible by default on view load. Then it can be hidden.

But if it’s hidden by default, we get an error “Workflows could not run because too many events triggered at the same time.”

Hi @edufrene2,

Thank you for confirming the version (1.7.0) and for sharing that workaround!

Regarding the initialization issue: when an element is hidden by default, Bubble can’t always initialize its scripts properly. If workflows try to reference it immediately, it can trigger that infinite loop/race condition error.

I have added both the step calculation issue and this initialization bug to our development team’s ticket for review.

We really appreciate your detailed feedback, and I will keep you updated on their progress!

Regards,
Support Team
Browse all Zeroqode Plugins for Bubble
Banner_Last3

Hello again @edufrene2,

Our development team has taken a look at both issues you reported.
They are currently working on the step calculation fix, but they are having some trouble reproducing the initialization bug with the hidden SimpleSlider component on their end.

To help us pinpoint what’s causing that workflow error, could you provide a few more details? Specifically, it would be amazing if you could share:

  • Workflows: Screenshots of the specific workflows or events that are triggering when the page loads.
  • Console Logs: A screenshot of your browser’s console logs when the “too many events” error appears.
  • Test Page: Alternatively, if your application setup allows, a link to a simple, isolated test page where this behavior occurs would be incredibly helpful for the team to inspect.

Let me know if any of this is possible, and thank you again for helping us make the plugin better!

Best regards,
Support Team
Browse all Zeroqode Plugins for Bubble
Banner_Last3

Sure! I sent you a private message. Thx