-
Notifications
You must be signed in to change notification settings - Fork 369
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
[Android] [Device Specific] User is unable to enter a decimal value in the “Amount” field on “Send or Request” screen while proceeding for “ Send or request “ payment. #1309
Comments
Closing as this is no longer relevant following the redesign |
I have verified this issue on Valora build v1.0.0(10) and observed that user is not able to enter the decimal value in amount field
Does not repro on: Samsung Galaxy A5(7.0) Attachment: DecimalValue.MOV |
Hi @gnardini |
Hi @gnardini |
### Description When withdrawing CELO using an OS that uses commas as decimal separators instead of dots (for example, Argentinian) the decimal portion was being cut off. It's not anymore with this PR. ### Tested Manually ### Related issues - Fixes #1309
Hi @gnardini Verified with task with using Android play store (internal build) v1.4.0 (1004294317) and found the following:
|
### 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
Hi gnardini, I have verified this issue using Android internal build V1.15.1 & Test Flight build V1.15.1 & observed that issue is fixed now. User is able to enter decimal amount. |
App version: Play store build v1.5.0
Repro on: Samsung s4 mini (4.4.2), Samsung Galaxy Grand prime (5.1.1),
Does not repro on: Moto E (4.4.4), Samsung Galaxy S4 (5.0), Samsung Galaxy A5 (6.0.1), Samsung Galaxy A5 (7.0).
Priority: Medium
Testing Account: (315) 678-6563/Backup Kay
Repro Steps:
Impact: User is blocked to send the dollar amount with cent while proceeding for payment.
Current Behavior: User is unable to enter a decimal value in the “Amount” field
Expected Behavior: User should be able to enter a decimal value in the “Amount” field
Attachment: Android_BlockedToSendDollarWithCent.mp4 (Bug observe at 14 sec)
The text was updated successfully, but these errors were encountered: