Open juandjara opened 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
touchmove
mousemove
See here for more info: https://www.html5rocks.com/en/mobile/touchandmouse/ And here: https://javascript.info/pointer-events
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
quill-blot-formatter-mobile
Hello, great lib, loving this project.
Does this library support touch screens (mobiles) ?
I think you should inlcude a
touchmove
where you put yourmousemove
event so resize controls can work on mobile screensSee here for more info: https://www.html5rocks.com/en/mobile/touchandmouse/ And here: https://javascript.info/pointer-events