Closed armanim closed 6 months ago
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.
When can we merge this PR?
When can we merge this PR?
Another PR has been merged and included in v1.8.0
279 Handle UIImage (screenshot image) as data url