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

No share options/apps available iPhone 5 iOS 10.0.1 #779

Open krislm opened 7 years ago

krislm commented 7 years ago

Using SocialSharing.share() or SocialSharing.shareWithOptions{message: 'test'}

Device: iPhone 5, iOS 10.0.1 Ionic: 2.1.1 Cordova: 6.5.0

Result: no 3rd party apps or stock app options, no copy, no iCloud drive options, no airdrop options

share_no_apps

"More" buttons simply opens empty list of "Activities"

Cannot replicate problem on other iPhones (also tried 5 running 8.x with no issues) running 8.x, 9.x, 10.x

Any help would be greatly appreciated! #

adrien-thebault commented 7 years ago

Same problem here (iPhone 5S, iOS 10.2.1)

17016486_10210484499500211_591749119_o 17015160_10210484497900171_1479229514_o

krislm commented 7 years ago

@adrien-thebault Does it happen intermittently or are you able to replicate the every time? Also Are you only experiencing this on iPhone 5S?

adrien-thebault commented 7 years ago

@krislm Only tried on iPhone 5S, and it does this everytime. I made a workaround using https://github.com/EddyVerbruggen/cordova-plugin-actionsheet :

workaroun

adrien-thebault commented 7 years ago

I found the cause of the problem : my iPhone was in french, but the app was not. Adding

`

French

</gap:config-file>`

to my config file solved the problem

krislm commented 7 years ago

Ok explains why the Danish iPhone showed the error. So a element for each language?