Embedded YouTube video in WebView does not respect full screen settings

后端 未结 1 1671
攒了一身酷
攒了一身酷 2021-01-20 08:22

I am using the the guide displayed over here to embed a video in a WebView controller.

The WebView is inside an Activity which has the the theme Theme.Dialog

相关标签:
1条回答
  • 2021-01-20 08:34

    You need to create a new WebChromeClient, overriding onShowCustomView(View view, WebChromeClient.CustomViewCallback callback) and onHideCustomView()

    See the following answer:

    https://stackoverflow.com/a/12850816/475472

    0 讨论(0)
提交回复
热议问题