Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] BetterPlayerPlaylist with showControls false but showing "Next video in"? #1275

Open
fabioselau077 opened this issue Nov 26, 2023 · 0 comments
Assignees
Labels
new issue New issue which has not been checked yet

Comments

@fabioselau077
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Follow the documentation
  2. set controlsConfiguration: BetterPlayerControlsConfiguration( showControls: false, )
  3. "Next video in" in screen is hide

*Example code
AspectRatio( aspectRatio: 16 / 9, child: BetterPlayerPlaylist( betterPlayerConfiguration: const BetterPlayerConfiguration( autoPlay: true, controlsConfiguration: BetterPlayerControlsConfiguration( showControls: false, enableSkips: true)), betterPlayerPlaylistConfiguration: const BetterPlayerPlaylistConfiguration( loopVideos: true, nextVideoDelay: Duration(milliseconds: 3000)), betterPlayerDataSourceList: createDataSet()), )

Expected behavior
Showing 'Next video in' same showControls is false

Better Player version

  • Version: 0.0.83

Smartphone (please complete the following information):

  • Device: Android
  • OS: --

Additional context
If you already have the option to hide the controls but keep BetterPlayerPlaylist's 'Next video in' on the screen, that would be good.

@fabioselau077 fabioselau077 added the new issue New issue which has not been checked yet label Nov 26, 2023
@fabioselau077 fabioselau077 changed the title [BUG] BetterPlayerPlaylist with showControls: false but showing "Next video in" [BUG] BetterPlayerPlaylist with showControls false but showing "Next video in"? Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new issue New issue which has not been checked yet
Projects
None yet
Development

No branches or pull requests

2 participants