Deeplink share not recognized as link shared as plain text

I am using the deeplinkis plugin plugin as shown here.

The plugin works with links using the following format

<a href="myApp://page/param1">Go to Page with param1</a>

But when it comes to sharing links using the social sharing plugin the deeplinks are shared as plain text.

I have the following code to share my links

`this.socialSharing.share("Check this item: myApp://page/param1", null, null,"myApp://page/param1")

This just shares plain string text.

What the hell is wrong here. How can I overcome this?

@almighty99 in my case i used my hosted site host for deeplink host and it’s work’s

1 Like