KasemJaffer / receive_sharing_intent

A Flutter plugin that enables flutter apps to receive sharing photos, text and url from other apps.
Apache License 2.0
321 stars 369 forks source link

Did not receive screenshot in iOS #279

Open armanim opened 5 months ago

armanim commented 5 months ago

Sharing screenshots to my app did not trigger the listener. But image files do.

lutsenko92 commented 4 months ago

I have this problem with text. Show pop-up with my text and after click post or send did not trigger the listener.

armanim commented 4 months ago

I figured out that it is the problem of handling intent data type. current version of RSIShareViewController.swift only handles intent data as String or URL, but ignoring the UIImge. So I added the handler in #282