chewie
chewie copied to clipboard
how can i add overlay clickable banner ad on fullscreen only
how can i add overlay clickable banner ad on fullscreen only
overlay widget not work
When entering full-screen mode in Chewie, the video player takes over the entire screen, and the Flutter widget tree is no longer visible in the background. As a result, overlay widgets or other Flutter widgets outside the Chewie widget tree won't be visible during full-screen mode.
You may want to write a custom player using video_player or find a different player that helps with your use-case. Good luck @waqarr
how can i add overlay clickable banner ad on fullscreen only
overlay widget not work
You can do it using custom control see the below pic