Erick Kalugdan Member Licensed User Jan 22, 2021 #1 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>
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>
Erel B4X founder Staff member Licensed User Longtime User Jan 22, 2021 #2 Not sure if it is possible. You can use this library instead: https://www.b4x.com/android/forum/threads/youtube-library.24818/#content Upvote 0
Not sure if it is possible. You can use this library instead: https://www.b4x.com/android/forum/threads/youtube-library.24818/#content