i am developing an app using javascript/mobile-jquery interface for the phonegap platform. Now I have seen so many examples on the web trying to copy to clipboard and unfor
e-sushi's instructions didn’t quite work for me.
To get the plugin running I used the following command:
phonegap local plugin add https://github.com/VersoSolutions/CordovaClipboard
and then adding the following command in JS:
cordova.plugins.clipboard.copy(text);