Closed geirman closed 7 years ago
Incidentally, I also tried between lines 64-65 and 65-66 as well with no luck.
The spacer view won't modify any other view than itself, currently it just listens to keyboard events and modifies its size to occupied the space the virtual keyboard is occupying.
Only think i can think of given your example is moving keyboard spacer at the root most of the applications view hierarchy.
Other than that I would check your inputs are automatically coming out of focus.
Closing for inactivity.
Shouldn't this be fixed rather than ignored?
@geirman if you can provide more information I would be happy to help.
As I stated with my replay 8 months ago this module only listens to events and resizes self.
By design it does not change focus of elements or other actions that would dismiss a keyboard from the screen.
I closed this issue because I thought my explanation was clear and I did not see a response from anyone for 8 months making me think this was resolved.
If you feel this is not resolved please reopen the issue and provided more details.
I'm using the native-starter-kit as a basis, trying to customize it. On their login/index.js page, I've tried adding
<KeyboardSpacer />
between lines 60-61 and between lines 62-63, but in either case the keyboard starts to show and is immediately dismissed.