I am trying to find a way to use UIPasteBoard to copy an HTML string into a file cabinet and the ability to paste it into different email clients on iOS.
I tried the two accepted answers from StackOverflow: https://stackoverflow.com/a/312960/2/2128/ These solutions work with the default iOS mail client, but they have no meaning for Gmail.
I know that Gmail takes HTML input from cardboard as copying HTML from Safari and pastes it into a Gmail application, as expected.
ios gmail uipasteboard
halilb
source share