receive_sharing_intent icon indicating copy to clipboard operation
receive_sharing_intent copied to clipboard

Handle screenshot image

Open armanim opened this issue 11 months ago • 1 comments

#279 Handle UIImage (screenshot image) as data url

armanim avatar Feb 25 '24 16:02 armanim

The current iOS version does not handle intent data received as UIImage, thus the host app does not receive screenshot image data. The underlying issue is that the current version can only handle URLs as text or URLs pointing to storage files. However, UIImage, being an in-memory file, is not supported.

armanim avatar Feb 26 '24 09:02 armanim

When can we merge this PR?

mostafasany avatar Apr 16 '24 19:04 mostafasany

When can we merge this PR?

Another PR has been merged and included in v1.8.0

KasemJaffer avatar May 06 '24 14:05 KasemJaffer