Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Android Todo list not updating #701

Closed
kmcintyre opened this issue Jan 31, 2016 · 6 comments
Closed

Android Todo list not updating #701

kmcintyre opened this issue Jan 31, 2016 · 6 comments

Comments

@kmcintyre
Copy link

Unless I navigate to the home and back again.

@steida
Copy link
Contributor

steida commented Feb 1, 2016

I haven't time to install Android studio yet, so feel free to fix it and send pull request. Thank you!

@abelaska
Copy link
Contributor

Same problem here. No idea why it's happening. Anybody have a solution?

@polarathene
Copy link

Just got my first React-Native build working on my Android phone(cheap Huawei with Android 4.2 JellyBean). Was also finding it odd that I couldn't seem to figure out how to add a todo. The tip here makes it work, I've also noticed since that I could tap elsewhere on the todos screen(below text entry, either on blank space or on a task, but not above) and this would also enter the task.

So it seems like focus needs to exit/change if that helps? Pressing enter on the softkeyboard closes the softkeyboard but still keeps a text cursor flashing in the text field. I'm guessing this is a bug that belongs to React Native team rather than este?

@steida
Copy link
Contributor

steida commented Feb 18, 2016

I believe it is. Feel free to continue investigating an issue or send PR. Thank you!

@justinr1234
Copy link
Contributor

edit: onEditingEnding doesn't fire properly on Android. Call it from onSubmitEditing.

#733

@steida
Copy link
Contributor

steida commented Feb 23, 2016

Fixed in b902938

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants