Back to Wails

Clipboard API Demo

v3/examples/web-apis/clipboard/frontend/index.html

2.13.0512 B
Original Source

Clipboard API Demo

The Clipboard API provides asynchronous read and write access to the system clipboard, enabling secure copy/paste operations for text and other data types.

Clipboard API: checking...

Write to Clipboard

Hello from Wails WebView!Copy TextCopy Rich Text (HTML)

Read from Clipboard

Paste TextRead All Formats Click "Paste Text" to read clipboard contents...

Clipboard Events

Try using Ctrl+C/Ctrl+V in the text area below:

Clipboard events will be logged here...

API Support