Closed tuliomir closed 10 months ago
[non-blocking] Why is this detrimental for the experience? This screen has only one purpose: informe the value.
@alexruzenhack This was causing issues when, for some reason, the keyboard got in the way of the elements being shown on screen, such as a button.
The main solution to this problem was implemented on #325 , but the option to hide the keyboard was still to be added.
Summary
As described in #402 , the user is unable to close the numeric keyboard on iOS. On some occasions this causes a bad user experience.
This PR fixes this by adding a press event handler on the screens that exhibit a numeric keyboard.
Acceptance Criteria
Demonstration
Although the video does not exhibit the finger press locations, it's possible to understand the overall interaction: by pressing anywhere on the screen other than the numeric input, the user is able to close the numeric keyboard.
https://github.com/HathorNetwork/hathor-wallet-mobile/assets/1299409/3bb39761-7713-41dc-a35d-4c77dcfcde29
Security Checklist