-
Notifications
You must be signed in to change notification settings - Fork 106
rect drawing mode not working on mobile phone #105
Comments
Hey @HrsPythonix |
@andfanilo I had aglance at your code, I find that you implement the rect drawing using mouse event (like mouse:down, mouse:move), I test my phone on http://fabricjs.com/events and it can trigger these event. |
@andfanilo #106 I add this line to fix this problem in rect mode, I think this can also apply to other event-based drawing mode, but I haven't modify them. Maybe you can check and see if there are potential bugs |
Hello! |
I tried the streamlit-drawable-canvas in https://drawable-canvas.streamlit.app/ on my mobile, but it only respond when under freedraw mode, the others were not working, any idea how to fix it?
The text was updated successfully, but these errors were encountered: