Android Question Youtube video play

sot bel

Member
Thank you

Solved by using the WebView

B4X:
    WebView1.LoadHtml($"<iframe width=100% height=100% src="https://www.youtube.com/embed/-BIq32-qEgA?showinfo=0&autoplay=1&mute=1&enablejsapi=1&controls=0&disablekb=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>"$)
 
Upvote 0
Top