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

Command bar not scrollable #555

Closed
chungwwei opened this issue Jul 12, 2022 · 4 comments
Closed

Command bar not scrollable #555

chungwwei opened this issue Jul 12, 2022 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@chungwwei
Copy link
Collaborator

https://github.com/muxable/rtchat/blob/main/lib/screens/home.dart#L174
https://github.com/muxable/rtchat/blob/main/lib/components/message_input.dart#L132

Swiping opens the drawers, but it's also the same gesture to scroll through commands.
Flutter seems to prioritize opening the drawers in the current codebase.

@chungwwei chungwwei added the bug Something isn't working label Jul 12, 2022
@juaoose
Copy link
Collaborator

juaoose commented Jul 15, 2022

This is also affecting stream preview resizing on landscape mode.

@kevmo314
Copy link
Contributor

@cswills can you take a look and see if we can override?

@cswills
Copy link
Collaborator

cswills commented Jul 15, 2022

I'm on it.

@kevmo314
Copy link
Contributor

We addressed this by removing all instances of horizontal scrolling

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.

4 participants