Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

Pasted test contains + symbol instead of white space.

$
0
0

Last year I asked a question about copy the entry value in xamarin forms.

When I test it now the white spaces in the text are filled by a + symbol. Also when pasting the emojis it is not working properly.

enter image description here

I am using Xamarin.Plugins.Clipboard NuGet package for copy the text to the clipboard. When copy text to clipboard I am using the following code:

 CrossClipboard.Current.SetText(message);

When long press in the device it shows the paste option. I am using that option for pasting the copied text.

Please suggest a solution for avoiding the + symbol? Also for emoji copy paste.

Thanks in advance.


Viewing all articles
Browse latest Browse all 77050

Trending Articles