Redirect to third party apps

i have a cordova app witch contains links for groups in telegram app.

This is the code i used redirect user to telegram app from my app.

<ion-button href="t.me/NEETssGS">Join Group</ion-button>

But this method is not working… please help me with this issue

It’s working now, the problem is we have to give absolute link for that to work, i.e.,

<ion-button href="https://t.me/NEETssGS">Join Group</ion-button>