-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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 validation messages hidden behind keyboard #4174
Fix validation messages hidden behind keyboard #4174
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Code looks great! I just watched all of the videos though and I noticed on web that when the error message pops up the image on the right side scrolls down, I don't think that should be happening 😬 |
The blue image on the first video? I looked HARD and can't see it scrolling down when the error appears 🧐 |
I'm sorry that's my fault, it was actually on desktop. The image of the phone shifts down |
Ah, I can see it now! This happens on the main branch too, it doesn't look related to this PR (I also didn't change any code in the Here's a vid of it happening on the main branch. You can repro it by making the window smaller than the email/password form. desktop.mov |
Ah, well if it's happening on main then we can just merge. Thanks! |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging in version: 1.0.80-3🚀
|
🚀 Deployed to production in version: 1.0.81-4🚀
|
Details
Wraps our sign in steps in a
KeyboardAvoidingView
, moves the error message to stay above ourButton
.Fixed Issues
$ #4080
Tests
QA Steps
Tested On
Screenshots
Web
web.mov
Mobile Web
mWeb.mp4
Desktop
desktop.mov
iOS
iOS.mp4
Android
android.mp4