carsten-klaffke / send-intent

Repository for send-intent Capacitor plugin
MIT License
106 stars 12 forks source link

Not working when app already opened #47

Closed ndoulgeridis closed 2 years ago

ndoulgeridis commented 2 years ago

Describe the bug If the app is open (even opened manually or successfully after a share intent action) and you use the share option by minimizing the app and sending a photo from the device to the app, then send intent event is not triggered again.

So if the user adds a photo, for example, then minimizes the app and tries to share again another photo to append or replace what was added before, is not working. There is no error but the intent event is not triggering again.

To Reproduce Steps to reproduce the behavior:

  1. Open app
  2. Minimize app
  3. Go to your photos
  4. Share a photo to the app
  5. See error

Expected behavior Send intent should be triggered again

ndoulgeridis commented 2 years ago

Sorry, it was my bad, fixed AndroidManifest.xml and is working properly now