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


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


source


This seems to be a real plugin for this feature:



https://github.com/VersoSolutions/CordovaClipboard

+2


source


The link does not work. I found this question more helpful

Copy to clipboard from javascript for phone screensaver

+1


source







All Articles