Hi Guys,
I can show an youtube video in a dialog doing this:
How could I set youtube through webview2 to show this video in a Full Screen mode?
I can show an youtube video in a dialog doing this:
oWebView = TWebView2():New( oDlg )
oWebView:Navigate("https://youtu.be/3lgXBk-1SoQ")
oWebView:Run()