I’m trying to place custom HTML on the Pasteboard, for use as a signature in the Mail app among other things.
(The signature uses a CSS background image with Retina 2x versions and other tricks which are lost if I just select and copy it out of another app’s UIWebView.)
It appears that the built-in clipboard support in Pythonista is limited to text and images. Is there a way to extend this to the HTML data type using Python? If not, this is a feature request. :-)
I think this explains what I’m trying to do:
http://stackoverflow.com/questions/6566152/ios-how-to-copy-html-into-the-cut-paste-buffer