SamKry / TillTotal

TillTotal is an intuitive and accurate cash counting app that simplifies the process of calculating and tallying daily earnings, allowing store owners to effortlessly track their cash flow with precision.
MIT License
1 stars 0 forks source link

Fix iOS17 decimal text field #18

Closed SamKry closed 11 months ago

SamKry commented 11 months ago

URGEND BUG: since iOS17 the decimal number fields do not work any more!

either use the normal alphabetic keyboard und disable the keyboard dismiss function (use on Submit{} instead) or add a button on top of the numeric keybiard to dismiss it

later: swipe down gesture (or/and tab on view) to dismiss the keyboard (like before)