I am using ngCordova’s social sharing wrapper, and I noticed that it is missing the ability to open up a share sheet. Using the pure plugin code I would just do:
`window.plugins.socialsharing.share('some message',null, some image,'some link');`
and this would bring up a share sheet. This option doesn’t seem to exist with the wrapper. I think it’s a pretty handy one to have however.