hsunami10 / LDR-App-client

0 stars 0 forks source link

dismiss keyboard onSubmitEditing and on button press? also how to manually stop focusing text input? #8

Closed hsunami10 closed 6 years ago

hsunami10 commented 6 years ago

how to change the "return" button to a "go" or "submit" button on the keyboard?

hsunami10 commented 6 years ago

having Keyboard.dismiss() being called when the loading view is showing doesn't work - why is that?

hsunami10 commented 6 years ago

Keyboard.dismiss() doesn't work when called in signUp() - only works when being called

hsunami10 commented 6 years ago

keyboard doesn't dismiss when there's text? if there are multiple inputs, the keyboard will only dismiss on an input if you dismiss it on subsequent inputs with text

hsunami10 commented 6 years ago

fix: was clicking tab on the computer to switch between text inputs, so it wasn't focusing correctly - never click tab to switch between inputs