-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Clipboard.js 3.0 #516
Comments
What's the status on the "DOM-independent copy/cut API" ? |
I want to ask the same question. |
I like the two proposed ideas. Especially the DOOM-Independent functionality would make the library more useful in even more cases and chainable to other user interaction. My example: click button => change text in textarea => copy to clipboard. This would be possible all in one go (does not seem to be possible at the moment). Looking forward to v3.0! |
I am just wondering what's the difference between the native clipboard API and this plugin? |
this v3 looks like a polyfill for the native API 😄 |
Please support rich text copy text/html besides text/plain. |
@zenorocha are you planning to use the native clipboard API under the hood and fallback to |
Hello everybody!
I'm starting to think about Clipboard.js 3.0, here's what I'm envisioning:
What do you think?
The text was updated successfully, but these errors were encountered: