Zeroquode Image editor plugin

Does anyone use @ZeroqodeSupport image editor plugin?

Our app has a repeating group of images, and once the user click the image user can edit that image. I played with the plugin image default option, but not work. Then I tried to play with the custom image option but there is no editing toolbar. I would be grateful if you could help me.

Hey, Yeah, I’ve tried that plugin before. If the toolbar isn’t showing when using the custom image option, it might be because the image loads before the editor finishes setting up.

You can try adding a short delay or trigger the editor after the image shows up. Also make sure the image source isn’t empty, the toolbar won’t appear if the image isn’t fully loaded.

That should fix it, but if not, you can share how you set it up and I’ll take a look.

Hey @gimanthadolawatta and @dtempest006!

@dtempest006 nailed it - that’s definitely the issue you’re running into. We’ve seen this exact problem before with the Image Editor plugin and repeating groups.

The toolbar not showing up is pretty much always a timing thing. The editor’s trying to load before it actually knows what image it’s supposed to be editing, so it just sits there looking broken.

Try what dtempest suggested - add a little pause in your workflow (like 100-200ms) between when the image gets clicked and when you fire up the editor. That usually does the trick.

Also worth double-checking that the image URL from your repeating group isn’t empty or undefined when you’re passing it to the editor. Sometimes the data just isn’t there yet and everything looks fine in the editor but nothing works.

If you’re still stuck, drop a screenshot of your workflow setup and we can take a closer look at what might be going on.

Hope that helps!

Best,
Support Team
Browse all Zeroqode Plugins for Bubble
Banner_Last3

Thank you champ

1 Like

Thank you Team. That works nicely. Currently I am stuck with the mobile view. Once user click the repeating group image open the popup and display image but there is no loading action for the mobile. What would be the best thing ?

Hey @gimanthadolawatta!

Glad to hear that fixed the timing issue!

For the mobile view - yeah, the Image Editor plugin is primarily designed for web applications and desktop experiences. The toolbar and editing interface aren’t really optimized for mobile/touch interactions, which is why you’re seeing that behavior.

Hide the editor on mobile - You could use conditional visibility to show a simpler image viewer on mobile devices instead of the full editor. That way users can still see the image, just without the editing functionality.

What’s your use case? Are your users expecting to edit images on mobile, or would viewing be enough for the mobile experience?

Looking forward to your reply. :pray:

Best,
Support Team
Browse all Zeroqode Plugins for Bubble
Banner_Last3

This topic was automatically closed after 70 days. New replies are no longer allowed.