I am trying to open a Youtube channel through the app using some variation of Device.OpenUri(new Uri("vnd.youtube://user/channel/channel_id"));
However whenever I run my app, it just opens youtube through the browser then eventually times out.
Am I missing something or is this something that should be handled through a dependency service?