chewie icon indicating copy to clipboard operation
chewie copied to clipboard

In Chewie player duration labels or progressbar alignment problem, they are overlapping

Open Subhajit-14th opened this issue 1 year ago • 8 comments

In my chewie video player video duration label and progress bar are overlapping, i faced alignment problem, how to fixed it..

Subhajit-14th avatar Aug 28 '23 06:08 Subhajit-14th

Screenshot 2023-09-08 at 6 11 52 PM

How it shows on android

dharmic6 avatar Sep 09 '23 01:09 dharmic6

@dharmic6 try to wrap Chewie with Container

Container(
   height: 200,
   child: Chewie(
     controller: _chewieController!,
))

that set player inside box with 200px height

pumano avatar Sep 20 '23 23:09 pumano

@Subhajit-14th did you found any solution for this?

Ultranmus avatar Oct 23 '23 20:10 Ultranmus

What do your player controls look like?

Using a Safe area for controls worked for me

dharmic6 avatar Dec 08 '23 16:12 dharmic6

@dharmic6 mine is somewhat strange, it shows only in release apk, in debug it does not overlap.

Ultranmus avatar Dec 08 '23 16:12 Ultranmus

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.

photo_2024-02-21_15-55-04

notsag-dev avatar Feb 21 '24 18:02 notsag-dev

I only tested on Android 14, Google Pixel 6. Both release and debug modes are broken.

notsag-dev avatar Feb 21 '24 18:02 notsag-dev

I now realize a SafeArea fixes the issue for me. Thanks @dharmic6

notsag-dev avatar Feb 21 '24 19:02 notsag-dev