Open lluzalves opened 9 months ago
Hi, which version of the library are you using?
Please consider updating to the latest version :) web ui si the default there, an that's the recommended way to use the library.
Thanks @PierfrancescoSoffritti , will check.
Showing the Ui change error please resolve it
You need to include the custom-ui module.
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:custom-ui:12.1.0'
Question
Summary
Hello, I tried to remove the native player control, so it can only show the Iframe control. But the native menu container seems to always overlay the iframe menu player.
If I set
showUi(false)
I can see the iframe menu/control at the start but after a second it is gone and whenever I click on the video it does not show again.