Hi, I’ve successfully implemented copy (or rather Write text to clipboard) feature using browser extension. Now the problem is how to paste the latest value from clipboard to an input?
I expected workflow like this: Input > Set value > Clipboard
but I couldn’t find the value from clipboard using the UI.
Also, what is Paste feature under Browser and how to use it. To where does it paste the string into?
Thanks @brad
Actually I remember doing this with js.
I’m asking if this is a bug because don’t know how to use it, and also there are no options on it.
I have a mobile app with a confirmation code process, so a paste button would be nice instead a long tap - paste (A confirmation link is an option but I’m not with deep links right now)