Skip to content
New issue

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

Consider implement copy and paste function with LocalStorage on systems which do not natively allow copy & paste #286

Open
acane77 opened this issue Mar 20, 2022 · 0 comments

Comments

@acane77
Copy link

acane77 commented Mar 20, 2022

When use it in browser on iOS, select an area and try to copy, a messages says “method not allowed”, although the system may do not allow web pages write to clipboard or read from clipboard, an in-app copy & paste strategy can be considered, which just need a place (e.g., in LocalStorage) to store copied images and images can be pasted to the same web page, it will be beneficial when drawing on mobile devices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants