tjvantoll / nativescript-social-share

♻️ A NativeScript plugin for using the iOS/Android social sharing widgets
MIT License
94 stars 48 forks source link

ShareUrl not passing url value on iOS #26

Closed rsquared86 closed 6 years ago

rsquared86 commented 6 years ago

i pass in a url value & text string that works on android, but on iOS, only the text value gets passed in. I have a log right before the shareUrl gets called, and can see it populated.

I just updated to the latest 1.5.0

rsquared86 commented 6 years ago

the issue was caused due to not using https. I added https in front of the url i'm sharing and it works properly on ios now.