Ngcordova social sharing

Hey guys,

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.

1 Like

The main “share” function is there now - as of the June 22nd. The docs are out of date.