-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix(Keyboard): Fix keyboard on mobile #922
Conversation
…e to open keyboard on chats and change ui on iOS devices
…ar margin handling
…input elements are scrolled into view
Download the app installers for this pull request: |
…oid and iOS; remove all keyboard listeners on profile page destroy
Hey Lucas I noticed a few issues while testing. Issues:
Screen.Recording.2024-12-09.at.5.53.37.PM.movAlso I am thinking we should probably have the keyboard stay open after a user sends a message. That way they dont have to keep re-opening it Screen.Recording.2024-12-09.at.5.55.22.PM.mov |
Good points, I will take a look. |
…so keyboard will not be opened when user enter in the chat
Now, when we enter in chats, it will build without keyboard |
Sent Lucas a DM, it looks like everything is fixed except for when the user switches to another chat via the sidebar on both iOS & Android. Other than that last issue all is good! Screen.Recording.2024-12-10.at.5.07.58.PM.mov |
…ve user experience
…le devices to improve user experience
What this PR does 📖
Note
Maybe there is a little glitch when you go to chats from friends page, margin between chatbar and keyboard is big, but it just happened first time, if closes keyboard and open again, margin is correct.
Which issue(s) this PR fixes 🔨
Special notes for reviewers 🗒️
Additional comments 🎤