hunghg255 / reactjs-tiptap-editor

A modern WYSIWYG rich text editor based on tiptap and shadcn ui for Reactjs
https://reactjs-tiptap-editor.vercel.app/
MIT License
203 stars 37 forks source link

[Bug] I can not integrate with editor in mobile web (can not detect drag gesture) #115

Open TungNguyen-C4U opened 9 hours ago

TungNguyen-C4U commented 9 hours ago

When I open the demo in Chrome mobile, most functions work normal, but it seems the editor can not detect my drag gesture. For example, when I create a table, I can't drag to choose number columns or rows i want to create. This happened the same whens I could not resize the image size or video frame.

Can you please fix this? Thank you so much for your efforts

https://github.com/user-attachments/assets/972decff-5471-45c1-b555-482942eaecd1

hunghg255 commented 8 hours ago

When I open the demo in Chrome mobile, most functions work normal, but it seems the editor can not detect my drag gesture. For example, when I create a table, I can't drag to choose number columns or rows i want to create. This happened the same whens I could not resize the image size or video frame.

Can you please fix this? Thank you so much for your efforts

Screen_Recording_20241122_111225_Samsung.Internet.mp4

yea, Maybe need to integrate gesture events on mobile, I will check later

condorheroblog commented 5 hours ago

To be Honest, the mobile styling could be improved, especially the padding around the content are too large 😂