MatthewDailey / selbi-v2

A second implementation of Selbi backed by firebase.
2 stars 2 forks source link

Bug: Keyboard has no way to close keyboard #61

Open jordanharris opened 8 years ago

jordanharris commented 8 years ago

When using the keyboard to register and enter in CC and banking detail, keyboard was covering up buttons and couldn't get out of keyboard without clicking around on the page. Wanted the 'normal' "done" bar at the top to close the keyboard easily

Source: Joe Crispin, Nena Burrows

MatthewDailey commented 8 years ago

Turns out this is a major thing in React Native, you basically have to implement that button yourself https://github.com/facebook/react-native/issues/371

I've spent about an hour on this and I don't think it warrants too much more than that. Especially since it will likely be wonky code I hack together.

Booting this to the backlog.