How to create copy/ paste buttons?

Hi,

my app has an input field and an output field and works basically like google translator. I would like to add a paste button below the input field and a copy button below the output field that pastes/ copies in the respective field. Unfortunately, I didn’t come up with a working solution yet. Can anyone help me?

Thanks in advance!

For copy/paste functionalities, use the Toolbox plugin - Toolbox Plugin | Bubble to be able to add custom javascript to your WFs.
Then you can use native JS clipboard manipulation code to do it.

Else there’s a plugin that lets you do it: Air Copy to clipboard Plugin | Bubble
This is way easier to use

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.