Ionic InAppBrowser Website - Open Twitter Link in the App if Installed

I have an Ionic App deployed to an Android phone, that opens a Website using InAppBrowser. On the Website is a button link to a Twitter profile.

Currently the Twitter button opens in the users default browser.

How can I make the button open the Twitter App if installed on the users phone?

*Just want to clarify, the Twitter button is not coded in the Ionic Project, it is a button on the Website that is opened with InAppBrowser.

Thanks in advance.