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
325 stars 372 forks source link

When Launch from launcher it stays on sharing page screen #226

Open Brinfotech1407 opened 2 years ago

Brinfotech1407 commented 2 years ago

Thanks for awesome package it works fine for me , what I needs to be done is 1) Received share intent in app , opened the Screen B for handling received data. 2) Put the app in background 3) Now re-open the app from launcher it will stays on Screen B which is used for handling received data.

What I needed to be if someone puts the app in background and re-launch the app from launcher it should come to home screen, what I needs to do to achieve ? thanks.

beriaanirudh commented 1 year ago

@Brinfotech1407 I am facing the same issue. Did you find any solution to this?

Some more info: I was facing the same on Android earlier. This was happening when I was only using Media stream and not URL/Text stream. I can't be sure, but when I started using both the streams on Android, this issue automatically got resolved. I was hoping the same resolution for iOS, but that didn't work.