Android Question Webview with embedded Youtube video cannot go full screen

Erick Kalugdan

Member
Licensed User
I have a webview that opens a website which has an embedded YouTube video. The full screen button is not enabled in the webview but if I use the desktop Chrome browser, it's enabled.

How do we enabled the full screen button in a webview?

Here's the embed code in the website.

HTML:
  <iframe allowfullscreen
  src="https://www.youtube.com/embed/LmmrLhx_1jM?rel=0&vq=medium&modestbranding=1&autohide=1&controls=1">
  </iframe>
 
Top