-
Notifications
You must be signed in to change notification settings - Fork 12
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
Create room: Improve Userflow when adding users to a room #2205
Comments
On my iPhone I see the required behaviour which is this: RPReplay_Final1701184772.MP4It seems like this is a bug on your end |
There is definitely a bug, I was currently investigating this, since it was an easy fix, and realised that sometimes the top bar is hidden and sometimes not, even when it should not be. |
I found a fix here: |
Nice! Is there a way to add the 'Cancel' button in like the video I shared above? It's not a huge issue this is mainly for consistency |
At this point I am reverting my fix, in the hope that when a new update of iOS is going to get released this issue won't happen anymore. |
We fixed the scrambled screen issue however on iOS 17.1.1 is not possible to NOT hide the navigation bar in any way on 17.1.1 I tested the 17.2 Beta, where is technically possible to do a fix that allows the navigation bar to not hide, but the fix may break on previous versions, which is fine we could handle that so that it doesn't, but since Apple is making this system component less customisable on SwiftUI to allow for such a change, maybe we should consider changing the designs for the search bar |
@VolkerJunginger do you want to do something on android too? |
I've fixed this on iOS here: element-hq/element-x-ios#2209 Note that the only down side is that the search field pops in after the invites screen has been pushed, but this seems like a reasonable trade-off to fix the flow. Simulator.Screen.Recording.-.iPhone.15.-.2023-12-06.at.15.49.10.mp4 |
Story
When creating a room the userflow is not very good right now (see attached video).
Instead of forcing the user to cancel the search before they can continue to create the room the user should be able to continue. The change to a search focusses screen seem unnecessary.
RPReplay_Final1700468777.MP4
Dependencies
Sign-offs
Android
iOS
Scope
Android
iOS
Out of scope
The text was updated successfully, but these errors were encountered: