Deepakkumar
Deepakkumar

Reputation: 86

Unable to paste copied image from light shot in xamarin forms entry control

I have a requirement of able to paste copied text and images in xamarin forms entry control. I have faced issue while copy image from light shot(it's a software for taking screenshots - it's have a feature like able to copy screenshot image.) in entry control. If I take a screenshot using light shot and copied that image for past in entry control but the past option is not enabled (you can find in image1) while right-clicking in the entry. If I copy any text and try to past that text, paste option is enabled (you can find in image2) in entry control. Please suggest any idea how can I paste images in the entry field. Thank you.

image1 : https://i.sstatic.net/aejHV.png

image2 : https://i.sstatic.net/5gCMh.png

Upvotes: 0

Views: 178

Answers (1)

1SaeedSalehi
1SaeedSalehi

Reputation: 373

Can't paste images or any other kind of binary data into Xamarin Entry. you need to write your own entry component which will be able to handle this.

Upvotes: 0

Related Questions