explanation –
I am trying to use social sharing in my ionic Application using https://ionicframework.com/docs/native/social-sharing/ , for ios and Android
it is working
But when I try to use share on facebook , twitter , linkdin for web platform Api is not available How can I do it for web platform
2
Answers
As per the cordova-plugin github repository, It supports only Mobile Platforms (Android, IOS, Windows). It doesn’t support desktop version. You need to add support from your end.
https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin/tree/master/src
You can share links to social sites using these api’s
HTML File