Open bradyt opened 4 years ago
I looked for a minus sign (often I type the asset account and its amount first).
Would really love to see the minus and decimal point on the iOS Cone app. It would make the experience soo much better.
Potential solutions:
As I am working on the iOS port, I notice that the keypad for entering quantities does not have a period, comma, or dash, to enter quantities like
0.01
or-1
.There are issues with adding either of the decimal or negation.
Adding decimal option still presents a nice numpad, but I don't think it will offer users both of period and comma. Potentially I would hard-code the app to provide period, and maybe add extra buttons in an AppBar menu, such as the comma, when applicable.
Adding an option for negation seems to force iOS to present a full keyboard, which seems less useful for adding quantities quickly. Again I could add a button in an AppBar menu to enter the negation sign
-
.Perhaps there should be an option in menu to toggle the keyboard altogether. Effectively a toggle on the negation option.