Copy / Paste iPhone Clipboard Using Phonegap
How can I access the iPhone clipboard while using PhoneGap? I don't see support in the docs , so ask yourself if there is another way to get access?
+3
Chris
source
to share
3 answers
There's a ClipBoard plugin you can try: https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/ClipboardPlugin
Please note that this plugin only supports copying and pasting text and other types of data right now.
+6
Vicenç Gascó
source
to share
This seems to be a real plugin for this feature:
https://github.com/VersoSolutions/CordovaClipboard
+2
ericpeters0n
source
to share
The link does not work. I found this question more helpful
Copy to clipboard from javascript for phone screensaver
+1
Marcom
source
to share