Is there a way to let a user draw a polygon on an image?

To oversimplify, I’d like my user to be able to upload an image, then be able to draw (and resize) a rectangle over that image. I know this can be accomplished with javascript in a browser, but was wondering if there was a way to do it within an adalo app?

From a user experience perspective, i do NOT want the user to have to draw the rectangle himself on his phone before uploading the image.

Think of this like image annotation with drawing a bounding box, how would i accomplish this in adalo?

You need a Custom component
OR
JavaScript via webview component.

It is not possible without some custom dev.

:+1:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.