Clipboard for Flow: ## Description
This addon provides a utility class to access the clientside clipboard. It utilizes the browser “navigation.clipboard”
api, which allows to directly access the clipboard without using execCommand or
add some text holding element first.
Currently only allows to read or write text as read / write of other data
is not yet fully supported by all main browsers.
Please see the this list for details on supported
browsers.
Features
- reading text from the clientside clipboard
- writing text to the clientside clipboard
Supported Vaadin versions
Please note, that I only support the latest Vaadin major version regarding bugs or feature requests. You still may use this addon for Vaadin 14+, but on your own risk. If necessary for any reason, I will update the minimal required Vaadin version.