chewie
chewie copied to clipboard
In Chewie player duration labels or progressbar alignment problem, they are overlapping
In my chewie video player video duration label and progress bar are overlapping, i faced alignment problem, how to fixed it..
How it shows on android
@dharmic6 try to wrap Chewie
with Container
Container(
height: 200,
child: Chewie(
controller: _chewieController!,
))
that set player inside box with 200px height
@Subhajit-14th did you found any solution for this?
What do your player controls look like?
Using a Safe area for controls worked for me
@dharmic6 mine is somewhat strange, it shows only in release apk, in debug it does not overlap.
I'm having the same issue. The progress bar of the video is on top of the full-screen button and the other info about time progress. Also the options button on the top right is far from there.
I only tested on Android 14, Google Pixel 6. Both release and debug modes are broken.
I now realize a SafeArea fixes the issue for me. Thanks @dharmic6