Clipboard API

Hi,

Is it possible to access the clipboard from within a JourneyApp? We would like to have the ability to update the clipboard based on a button click. Would that be possible without using a custom HTML component?

David

3 Likes

Hi @david,

JourneyApps don’t currently expose copying to the clipboard in the runtime API. It is currently also not possible to implement this using an html-component as you would need specific Android permissions.

Interfacing with the native Android system is needed to implement “copy to clipboard” functionality.

If anyone else run into this limitation, please submit your feedback through the “+ Submit Idea” button here

Thanks