Having a problem related to my Twitch extension opening a link to an external site in mobile mode. I have whitelisted the domain and even the specific link but every time I try the page does not render and I am unsure of how to access logs of the Twitch apps webview.
Currently testing on Android and it seems like because the page I am linking out to is a client side Vue app without SSR the mobile webview cant render it on Android. I have not tested on iOS yet.
Here is an example of a URL that will not render in the mobile webview: https://app.readyup.com/series/bc94bc85-4931-453e-aebd-2a928d249224
Thanks!