Hi,
I create a App with Ionic which embed the twitch player for streams and clips.
var url = https://player.twitch.tv/?video=v${videoId}&time=${time}&parent=localhost
<iframe [src]='url' frameborder='0' allow='autoplay; encrypted-media' allowfullscreen></iframe>
I saw last year their was a big discussion about that the player is not working on mobile apps.
But the player is working very well on Android but not on iOS.
Is their a solution for that in 2021 or does I make another mistake here?
Thanks a lot.,