I am trying to simulate Copy/Paste behavior of HTML text like Gmail does it. I.e. If I manually copy from Chrome page some text to the new mail in Gmail, the formatting of the text stays (more or less) with bullets, headers and etc.
I've tried use the Clipboard manager, but it contains only one Clip that has plain-text formatting. What do I do wrong?
ClipboardManager clipboardManager = (ClipboardManager)Forms.Context.GetSystemService(Context.ClipboardService);
ClipDescription decr = clipboardManager.PrimaryClip.Description;
clipboardManager.PrimaryClip;