ios - Copying HTML using UIPasteBoard pasting to Gmail -


i trying find way use uipasteboard copy html string pasteboard, , able paste different mail clients on ios.

i tried 2 accepted answers stackoverflow: https://stackoverflow.com/a/6566850/1249958 , https://stackoverflow.com/a/21911997/1249958. solutions working on default ios mail client don't make difference on gmail.

i know gmail accepts html input pasteboard copying html safari , pasting gmail app works expected.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -