-
Notifications
You must be signed in to change notification settings - Fork 984
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
Handle back button special cases, popover and bottom sheet #10173
Conversation
Pull Request Checklist
|
Jenkins BuildsClick to see older builds (3)
|
9614f66
to
734bd46
Compare
src/status_im/hardwallet/common.cljs
Outdated
{:view {:show-handle? false | ||
:backdrop-dismiss? false | ||
:disable-drag? true | ||
:back-button-cancel true |
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.
true by default, so we can omit it here
100% of end-end tests have passed
Passed tests (96)Click to expand
|
Tested on IOS (briefly installing / rocovering / input fields / popuops in porfile / wallet)
@Ferossgp is it intended? So far I can trigger and issue due to this:
|
@churik Request transaction is using a different component "Bottom panel" (it is similar to the bottom sheet but does not have drag and can't be closed on background press) which should be replaced with the bottom sheet which is used in the keycard. Not sure if I should do it here or in a separate PR |
Originally the main issue was tapping back button while QR code pop-up on screen |
734bd46
to
76a15c6
Compare
98% of end-end tests have passed
Failed tests (2)Click to expand
Passed tests (92)Click to expand |
Failed e2e are not related to PR. |
Closes all popovers. Fixes #9992 Add hardware back button on bottom sheet Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
76a15c6
to
ed8b5b2
Compare
Follow up issue for that is #10187 (covers back gesture and hardware back button) |
No description provided.