Android Question Youtube has no picture but black screen

Albert Lin

Member
Licensed User
Longtime User
Dear All
Please do me a favor. I don't know why there's only sound without picture when play Youtube. my simple code is as following

Best Regard,
Albert Lin

P.S my b4A Version is 4.0
=====================================================
B4X:
Sub Globals
    Dim WebView1 As WebView
    Dim WebViewSettings1 As WebViewSettings
End Sub

Sub Activity_Create(FirstTime As Boolean)
 
    WebView1.Initialize("")
    Activity.AddView(WebView1, 0, 0, -1, -1)
 
    WebViewSettings1.setSavePassword(WebView1, False)

    website="https://youtu.be/RcGyVTAoXEU?t=427"
 
    WebView1.LoadUrl(website)
End sub
 
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…