Hi!
So, I am making a game for mobile devices, and I need to use the copy to clipboard function.
However, the function only works on desktop games, so I tried the methods of the pure JS itself, the Clipboard API and the execcommand stuff.
I think that the execcommand will not work because there is no txt inputs on GD. The Clipboard API didn’t work too, but because the game windows freezes completely, this might be a bug.
So, is there is a way for me to achieve this, any work-around maybe?
I really need the function working on mobile.
Thanks!
Sorry right now it’s not possible. Once we add the capability to require cordova plugins from extensions, we’ll add mobile support to the clipboard extension.