-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Allow sign in page picker to be touchable everywhere on Android #13954
Conversation
@eVoloshchak @nkuoch One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
@eVoloshchak @nkuoch @tgolen ready for another look, thanks in advance for your review! |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-01-04.at.21.46.30.movMobile Web - ChromeScreen_Recording_20230104-215017_Chrome.mp4Mobile Web - SafariScreen.Recording.2023-01-04.at.21.47.35.movDesktopScreen.Recording.2023-01-04.at.21.48.42.moviOSScreen.Recording.2023-01-04.at.21.48.11.movAndroidScreen_Recording_20230104-214928_New.Expensify.mp4 |
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.
Looks good and works!
✋ 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 by @jasperhuangg in version: 1.2.49-0 🚀
|
@jasperhuangg We don't see the locale picker in staging. Could this be tested internally? |
I'm not sure how to test this in staging. The internationalization feature is behind a beta and we don't have any betas loaded before we authenticate the user, so we can't actually see the locale picker. @jasperhuangg any ideas? |
It seems like Jasper is out for the weekend already. I don't want to block the deploy on this since it's a beta feature and seems inaccessible in staging/prod. Let me know if there's any way to test this in staging though. |
🚀 Deployed to production by @luacmartins in version: 1.2.49-0 🚀
|
Yes, until the beta is released, we cannot test this. I think it's OK to mark off and continue QA. |
I'm not able to comment in #13920, so pinging here for the payment |
Same pinging here for reporting bonus. |
unlocked the issue ! |
Hi! Coming from #14569, our observation is that this PR introduces the issue. In this PR, we make the keyboard dismissable with touch only on iOS, where we should keep the behavior the same in native platforms. Thank you! |
NOTE TO REVIEWER: much easier to review without whitespace changes
Details
See this for more context on the fix.
Fixed Issues
$ #13920
Tests/QA
Offline tests
N/A
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.Screenshots/Videos
Web
Screen.Recording.2023-01-04.at.10.46.52.AM.mov
Mobile Web - Chrome
Screen.Recording.2023-01-04.at.10.53.29.AM.mov
Mobile Web - Safari
Simulator.Screen.Recording.-.iPhone.14.Pro.Max.-.2023-01-04.at.10.48.04.mp4
Desktop
Screen.Recording.2023-01-04.at.10.45.42.AM.mov
iOS
Simulator.Screen.Recording.-.iPhone.14.Pro.Max.-.2023-01-04.at.10.39.45.mp4
Android
Screen_Recording_20230104-103249_New.Expensify.mp4
cc @tgolen since I'm changing the
SignInPageContent
component slightly from what you did in #12848