Hyperlink for Custom Url

Hi,

I’m trying to share an app data using screenshot to social media and form socialmedia custom url link to app.
So, I installed these plugins
1.custom url: https://github.com/EddyVerbruggen/LaunchMyApp-PhoneGap-Plugin.git --variable URL_SCHEME=testapp

2.social media sharing: https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git

but when I’m sharing using this function

$cordovaSocialSharing.share(“This is your message”, “This is your subject”,‘file://’ + r.filePath, “testapp://home”)

the custom url variable is not hyperlinked…
how to make custom url has hyperlinked…

1 Like

did you manage to solve this? om stuck on the same place