EddyVerbruggen / SocialSharing-PhoneGap-Plugin

👨‍❤️‍💋‍👨 Cordova plugin to share text, a file (image/PDF/..), or a URL (or all three) via the native sharing widget
MIT License
1.78k stars 907 forks source link

iOS 8 support #255

Closed dlbdvd96 closed 9 years ago

dlbdvd96 commented 9 years ago

Add iOS 8 support for SocialSharing plugin because when i execute it i can share only with mail app but not with Whatsapp or Facebook

EddyVerbruggen commented 9 years ago

And what would ios8 support comprise in your opinion exactly, as opposed to ios7?

Op 3 dec. 2014 om 23:34 heeft del Buono Davide notifications@github.com het volgende geschreven:

Add iOS 8 support for SocialSharing plugin because when i execute it i can share only with mail app but not with Whatsapp or Facebook

— Reply to this email directly or view it on GitHub.

dlbdvd96 commented 9 years ago

I mean the proper functioning of the plugin because using "window.plugins.socialsharing.share" I get as sharing option only mail app. I don't know if this happens on iOS7, but now I can only test on iOS8. On Android I get more sharing options with same code.

EddyVerbruggen commented 9 years ago

Have you added the Twitter and Fb app in the ios settings? Try installing apps like Pocket and LinkedIn? That should populate the sharesheet nicely..

Op 3 dec. 2014 om 23:45 heeft del Buono Davide notifications@github.com het volgende geschreven:

I mean the proper functioning of the plugin because using "window.plugins.socialsharing.share" I get as sharing option only mail app. I don't know if this happens on iOS7, but now I can only test on iOS8.

— Reply to this email directly or view it on GitHub.

fredevery commented 9 years ago

I have google hangouts and whatsapp installed in iOS 8 but am not seeing them in the sharesheet? Not sure if there's something I need to do on the device to link them to the popover/sharesheet or if I need to set anything for the plugin.

socialraving commented 9 years ago

Looks the same at our app: https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin/issues/307

Any update??

EddyVerbruggen commented 9 years ago

Hangouts and WhatsApp don't have an iOS 8 extension yet. You can use the shareViaWhatsApp and the few other shareVia... functions in the meanwhile.

EddyVerbruggen commented 9 years ago

WhatsApp finally has an iOS share extension. Woohoo!