How can I get access to the iPhone clipboard whilst using PhoneGap? I cannot see support in their docs so wonder if there is another way I can gain access?
在使用PhoneGap时,我怎样才能进入iPhone剪贴板?我无法在他们的文档中看到支持,所以想知道是否有另一种方法可以访问?
3 个解决方案
#1
6
There's a ClipBoard plugin that you can try: https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/ClipboardPlugin
你可以尝试一个剪贴板插件:https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/ClipboardPlugin
Note that this plugin supports copying and pasting only text and no other data types right now.
注意,这个插件支持只复制和粘贴文本,而不支持现在的其他数据类型。
#2
2
This seems to be the current plugin for this functionality:
这似乎是这个功能的当前插件:
https://github.com/VersoSolutions/CordovaClipboard
https://github.com/VersoSolutions/CordovaClipboard
#3
1
Link does not work. I found this other question more useful
链接不工作。我发现这个问题更有用。
Copy to Clipboard with javascript for phonegap
用javascript将其复制到phonegap的剪贴板
#1
6
There's a ClipBoard plugin that you can try: https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/ClipboardPlugin
你可以尝试一个剪贴板插件:https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/ClipboardPlugin
Note that this plugin supports copying and pasting only text and no other data types right now.
注意,这个插件支持只复制和粘贴文本,而不支持现在的其他数据类型。
#2
2
This seems to be the current plugin for this functionality:
这似乎是这个功能的当前插件:
https://github.com/VersoSolutions/CordovaClipboard
https://github.com/VersoSolutions/CordovaClipboard
#3
1
Link does not work. I found this other question more useful
链接不工作。我发现这个问题更有用。
Copy to Clipboard with javascript for phonegap
用javascript将其复制到phonegap的剪贴板