I’ve written a new plugin for PhoneGap that enables clipboard access from within any JavaScript method in a PhoneGap-iPhone application. It’s my first piece of ObjectiveC-code, so the first version is very simple. It currently only supports setting clipboard text. Retrieving clipboard text will be added later.
The source code is available on GitHub: http://github.com/mweimerskirch/PhoneGap-Plugins/tree/master/ClipboardPlugin/iPhone/