andfanilo / streamlit-drawable-canvas

Do you like Quick, Draw? Well what if you could train/predict doodles drawn inside Streamlit? Also draws lines, circles and boxes over background images for annotation.
https://drawable-canvas.streamlit.app/
MIT License
541 stars 83 forks source link

st_canvas drawing points on mobile does not work #144

Open mdciri opened 5 months ago

mdciri commented 5 months ago

hello, I am building a webapp where I include the interaction of the user with an uploaded image.

The user selects a set of points on the image and my code does ....

everything works on my laptop using the function st_canvas, but when I try it on a mobile device, it does not show the points I want to select