receive_sharing_intent icon indicating copy to clipboard operation
receive_sharing_intent copied to clipboard

Duplicate Paths on IOS

Open mostafasany opened this issue 1 year ago • 0 comments

Steps to reproduce:

  1. Take 4 screenshots from in IOS
  2. Share and Choose your application
  3. All SharedItems are the same
   ReceiveSharingIntent.instance.getMediaStream().listen((shareItems) {
      sharedMediaHandler(shareItems); //All Share items have the same path
    }
Screenshot 2024-08-14 at 12 39 18

Expected: To have different shared items

mostafasany avatar Aug 14 '24 09:08 mostafasany