-
Notifications
You must be signed in to change notification settings - Fork 739
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
Space Switching: Should Scrolling Make FAB Dissapear? #6767
Comments
This is already the case with the current Element app in prod. I've checked this with other apps and it's not standard behaviour across Android. @daniellekirkwood @amshakal do we want to change this behaviour? |
We should follow the standrard Android behavior in such scenarios. |
So the standard behaviour in Android is that the FAB is always visible? Regardless whether the user is scrolling or not? |
Some very little research I did with a couple of apps from google showed me this behaviour, but I think we need a little more research to say for sure. I could be wrong |
I've relabled this issue as a question as we need some investigation on the desired behaviour |
According to material 3, on scrolling FAB should be visible still: https://m3.material.io/components/floating-action-button/guidelines. We should stick to native behavior. We can change it later if needed |
Thanks for looking into this @amshakal! I'll close this issue following that |
Steps to reproduce
Outcome
What did you expect?
For the FAB to always be visible
What happened instead?
The FAB dissapear for the duration of the finger interaction with the screen
Your phone model
No response
Operating system version
No response
Application version and app store
No response
Homeserver
No response
Will you send logs?
No
Are you willing to provide a PR?
No
The text was updated successfully, but these errors were encountered: