-
Notifications
You must be signed in to change notification settings - Fork 375
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Wallet] Fix decimals keyboard in some Samsung devices (#5926)
### Description On some Samsung devices, the numpad when inputting decimal amounts was not showing the decimal separator (dot or comma). This is because these Samsung devices apparently have the same value for the decimal pad constant than for the autocapitalize constant, which causes them to override each other (🤦 ). ### Tested On a Samsung device: Before: ![Screenshot_2020-11-20-13-31-32](https://user-images.githubusercontent.com/6062888/99824926-217c7e00-2b35-11eb-859c-79fefd2c9346.png) After: ![Screenshot_2020-11-20-13-31-23](https://user-images.githubusercontent.com/6062888/99824924-204b5100-2b35-11eb-932c-9958f46d53f7.png) ### Related issues - Fixes #1309 ### Backwards compatibility N/A
- Loading branch information
Showing
4 changed files
with
4 additions
and
0 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
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