Fandom-OSS / quill-blot-formatter

A module for Quill that allows editor elements to be resized, repositioned, etc.
Apache License 2.0
135 stars 50 forks source link

Mobile support #30

Open juandjara opened 3 years ago

juandjara commented 3 years ago

Hello, great lib, loving this project.

Does this library support touch screens (mobiles) ?

I think you should inlcude a touchmove where you put your mousemove event so resize controls can work on mobile screens

See here for more info: https://www.html5rocks.com/en/mobile/touchandmouse/ And here: https://javascript.info/pointer-events

juandjara commented 3 years ago

I opened a PR for this functionality here: #31 Also, here's my fork: https://github.com/juandjara/quill-blot-formatter-mobile And associated NPM package: quill-blot-formatter-mobile