Skip to content

[BUG] unmuted and muted funcs not working on landscape mode #482

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

Open
halkportal970 opened this issue Apr 21, 2021 · 1 comment · May be fixed by #1072
Open

[BUG] unmuted and muted funcs not working on landscape mode #482

halkportal970 opened this issue Apr 21, 2021 · 1 comment · May be fixed by #1072
Assignees
Labels
bug Something isn't working

Comments

@halkportal970
Copy link

mute() and unMute() funcs not working when do fullscreen both simulators and devices.(IOS,Android)

onPressed: () {
          isMuted.value
              ? _controller.unMute()
              : _controller.mute();
          isMuted.value = !isMuted.value;
          log("isMuted_value...: " + isMuted.value.toString());
 }
@halkportal970 halkportal970 added the bug Something isn't working label Apr 21, 2021
@ndoyepato
Copy link

Same issue

@svarup svarup linked a pull request May 5, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants