pixelfed / mobile-app

Placeholder app repo for issues
https://github.com/pixelfed/pixelfed-rn
95 stars 3 forks source link

[iOS] Date picker doesn't dismiss on-screen keyboard #170

Open min4builder opened 1 month ago

min4builder commented 1 month ago

When creating an account on the iOS app, after typing in an email and password, the on-screen keyboard stays there for the birthdate picker, as the text fields keep focus, so you can't see what date is selected.

Usually, in these kinds of forms, the keyboard shows an up arrow, down arrow and "done" buttons. They did not show up in this case.

I tried to take a screenshot but it didn't show the keyboard, so I edited it in.

IMG_0500

The workaround I've found was to scroll up the years a bit to unlock the next button, then go to the next screen and back. That dismisses the keyboard.