ionic-team / ng-cordova

OBSOLETE: Please move to Ionic Native https://github.com/ionic-team/ionic-native
https://github.com/ionic-team/ionic-native
MIT License
3.48k stars 1.05k forks source link

Want to know target users selected for socialShare via SMS #1235

Open jeffthompson1971 opened 8 years ago

jeffthompson1971 commented 8 years ago

Plugin works great for sharing via SMS. I'm using IOS, the SMS app pops up and i can from there use the + button to go through my contacts and choose the person i want to send this message to. BUT what I want is to have in the response for the promise on success to have it tell me the selection the user made.. I.e. what contact or even just the phone number did he choose. that way i cna have it so next time the user goes to share something they can have this user pre-populated. ritght now the only thing returned is the string 'success'. Any way to make that tell me who they selected?

jeffthompson1971 commented 8 years ago

been several months has anyone looked at this?

jeffthompson1971 commented 7 years ago

anyone?

gortok commented 7 years ago

Need example code that reproduces your issue.

jeffthompson1971 commented 7 years ago

Not an bug or issue more like missing functionality. Let me take a look and see if the plugin itself supports it or not. If it does then I can work on a pull request. seems to me like something one would want to know right? if i do a share and user picks someone, why not return the selected contact? anyway not a bug just missing functionality.