Redirect to youtube channel from ionic app

In my i need to open the specific youtube channel in youtube app if installed else in browser

So for that i have used inAppBrowser in application but not able to open the youtube in app.
I have used…
ios package: youtube://
android package: com.google.android.youtube
url: youtube://channel?id=
username: my channel id

can anyone please help me in this

what happens when you just open the normal youtube href like youtube.com/watch?q=... via the In-App-Browser with:

window.open(url, '_system');

I want to open specific channel from the application

Then use the youtube Link to this channel?

Yes it is working
thanks