Copy HTML using UIPasteBoard and paste into Gmail

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.

+7
ios gmail uipasteboard
source share

No one has answered this question yet.

See similar questions:

8
Copy NSAttributedString to UIPasteBoard
6
iOS: How to copy HTML to cut buffer?

or similar:

841
Sending Email in .NET via Gmail
8
Copy NSAttributedString to UIPasteBoard
7
iOS - UIPboard not working outside the application
7
UIPboardboard filter when copying web content from safari to content UIWebView
5
Named UIP package between applications?
3
copy HTML to UIPboardboard
2
UIP archive containing images and text inserted into Mail
one
UIPastboard truncation strings when pasting multiple items in Mail
one
UIPasteBoard Keyboard Extensions - setting the attribute .image in the global cardboard does not delete the previous image and increases the use of heap
0
Incorrect insertion of a copy of UIPastboard in Notes and Mail

All Articles