Embedding twitch in android app buffers indefinitely

Thanks for the reply, I actually found the answer. I simply needed to add

webSettings.setMediaPlaybackRequiresUserGesture(false);

And you are correct, the html5 tag is not needed. I was just trying anything and everything i could xD

1 Like