-
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
53182 submit button jump confirmation page #53529
53182 submit button jump confirmation page #53529
Conversation
@suneox I’ve made changes to the keyboard utils. This function wasn’t working on mWeb, as mentioned in the documentation here. Due to this issue, the function needed an update to ensure it works properly on the web |
…-jump-confirmation-page
…-jump-confirmation-page
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-12-09.at.00.35.11.mp4Android: mWeb ChromeScreen.Recording.2024-12-09.at.00.33.17.mp4iOS: NativeScreen.Recording.2024-12-09.at.00.28.14.mp4iOS: mWeb SafariScreen.Recording.2024-12-24.at.23.21.05.mp4Screen.Recording.2024-12-09.at.00.29.10.mp4MacOS: Chrome / SafariScreen.Recording.2024-12-09.at.00.26.09.mp4MacOS: DesktopScreen.Recording.2024-12-09.at.00.30.00.mp4 |
@huult We need to make a specific change for Android native only, as this issue does not occur on iOS. After implementing the change, there might be a lot of delay on iOS native when choose recipient. iOS: Native before changeScreen.Recording.2024-12-09.at.00.42.11.mp4iOS: Native after changeScreen.Recording.2024-12-09.at.00.45.55.mp4 |
@suneox I’ve updated your feedback. Could you please check it again? Thank you |
…-jump-confirmation-page
The referenced issue is also on hold due to this PR 😅. |
…-jump-confirmation-page
@suneox I’ve updated the pull request. Can you take a look? Screen.Recording.2024-12-14.at.17.22.27.mov |
…-jump-confirmation-page
@suneox I’ve updated the pull request. Could you please check it? Thank you Screen.Recording.2024-12-18.at.11.14.39.mp4 |
@huult Could you please explain the root cause you've identified and the new solution you've implemented? |
@suneox I’ve updated the keyboard dismissal to use the visual viewport. Can you check it again? Thank you. |
…-jump-confirmation-page
@huult Please fix the eslint |
…-jump-confirmation-page
@suneox it's done! |
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, thanks for the changes.
✋ 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 https://github.com/techievivek in version: 9.0.79-0 🚀
|
Details
Fixed Issues
$ #53182
PROPOSAL: #53182 (comment)
Tests
Same QA step
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.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.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Screen.Recording.2024-12-04.at.15.33.09.mp4
Android: mWeb Chrome
Screen.Recording.2024-12-04.at.15.34.14.mp4
iOS: Native
Screen.Recording.2024-12-04.at.15.35.06.mp4
iOS: mWeb Safari
Screen.Recording.2024-12-04.at.15.36.01.mp4
MacOS: Chrome / Safari
Screen.Recording.2024-12-04.at.15.37.09.mp4
MacOS: Desktop
Screen.Recording.2024-12-04.at.15.41.07.mp4