Evercoder / clipboard-inspector

A browser tool to look at what's available in the clipboard for a "paste" event.
https://evercoder.github.io/clipboard-inspector/
MIT License
169 stars 21 forks source link

Add an input element, a contenteditable div or text area to paste into #9

Closed odinho closed 1 year ago

odinho commented 1 year ago

This will probably allow it to work from mobile browsers.

danburzo commented 1 year ago

Thank you for the suggestion! Recent mobile browsers will generally support the newer async clipboard API, but I don't see why not include a contenteditable element to make pasting more flexible.