Hello All!
I am not sure that this plugin exists already…
I need a truly native compatible plugin (usable in the mobile editor) that will do this.
Allow the user to take a photo with his mobile (iOS or Android), then have the ability to draw circles, rectangles, lines and add text on top (overlay) of the photo. The user should have a choice of 3 to 4 colours options for the circles, rectangle, lines. It also allows to save the photo and link it to the user thing.
I don’t believe there’s a fully native Bubble plugin that covers all of this cleanly inside the mobile editor yet — especially with reliable drawing overlays and annotations.
However, this can definitely be achieved using a combination of native camera capture + a custom annotation layer (canvas-based) that works well on both iOS and Android. I’ve implemented similar functionality before where users can:
• Capture or upload a photo from mobile
• Draw shapes (circles, rectangles, lines) with selectable colors
• Add text annotations on top of the image
• Save the final annotated image and attach it to a database thing (user, record, etc.)
If you’re open to a custom plugin or lightweight integration approach, I’d be happy to help design something that works smoothly in the mobile editor environment.