ShoutSocial / share_handler

A plugin to facilitate receiving and handling share intents
41 stars 39 forks source link

feat: hide the default share modal on iOS #68

Closed firstmetcs closed 11 months ago

firstmetcs commented 11 months 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.