I have problem with and social sharing
https://ionicframework.com/docs/native/social-sharing/
My code is
import { SocialSharing } from ‘@ionic-native/social-sharing’; constructor(private socialSharing: SocialSharing) { }
share(){ this.socialSharing.share(message, subject, photo, url); }
the message, subject, photo and url from service
the problem is this code sharing to facebook image only no links no description in other apps like Whatsapp or gmail all work fine
any solutions ? thanks in advance.