We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: