ShoutSocial / share_handler

A plugin to facilitate receiving and handling share intents
43 stars 45 forks source link

feat: hide the default share modal on iOS #68

Closed firstmetcs closed 1 year ago

firstmetcs commented 1 year ago

This PR fixes #49

  1. With UIViewController the default modal won't appear, only zoom will be seen.

  2. Put the main handler method in the viewDidLoad so that the share extension will go to our app immediately without showing the default share modal, then the behavior in 1 won't be seen.