Issue:
Actual
Given that I want to add money to my pot
And that I’m on the add money page
And that I’m using the keyboard to enter an amount
When I have entered a custom amount with the keyboard
And the keyboard is still active
Then the “add to pot” button is greyed out
Desired
Given that I want to add money to my pot
And that I’m on the add money page
And that I’m using the keyboard to enter an amount
When I have entered a custom amount with the keyboard
And the keyboard is still active
Then the “add to pot” button is NOT greyed out
Details to reproduce:
As above OS:
Android 10 Device:
Oneplus 7t pro App Version:
3.94
Though the button is usually entirely obscured by the keyboard with no way to scroll the page. You have to click the page to deselect the number field, cause the keyboard to hide and cause the button to be clickable
I can reproduce this and simply tapping anywhere outside of the keyboard closes the keyboard and the button is active.
I guess this is what you want improving? i.e. The need to not have to tap anywhere?
If so, I think the keyboard is an overlay and part of the OS rather than the app. So until you close that nothing at all within the app is usable. I of course could be wrong though!