chewie icon indicating copy to clipboard operation
chewie copied to clipboard

how can i add overlay clickable banner ad on fullscreen only

Open waqarr opened this issue 1 year ago • 2 comments

how can i add overlay clickable banner ad on fullscreen only

overlay widget not work

waqarr avatar Jul 10 '23 11:07 waqarr

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

hkarmoush avatar Jul 21 '23 21:07 hkarmoush

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 image

BulbulH avatar Sep 05 '23 20:09 BulbulH