-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(webview): prevent keyboard from obscuring inputs in webview (#4869)
### Description Previously inputs in the webview could become obscured by the keyboard display. For inputs above where the keyboard would display such as Staked Celo there is no change. #### Impact Market Android Before https://github.com/valora-inc/wallet/assets/26950305/b3b84c67-1270-4851-92f3-1230622aeedf #### Impact Market Android After https://github.com/valora-inc/wallet/assets/26950305/10c7fa02-c6b5-4a97-b257-009cfde45dc8 #### Wallet DM Android Before https://github.com/valora-inc/wallet/assets/26950305/dfc326a8-837b-42f7-abca-8547bd85e11c #### Wallet DM Android After https://github.com/valora-inc/wallet/assets/26950305/84956572-b90f-4362-b3a5-559bc90f707a ### Test plan - Tested locally on iOS - Tested locally on Android ### Related issues N/A ### Backwards compatibility Yes
- Loading branch information
Showing
2 changed files
with
36 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters