-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notifier.show looses focus on Textfield in window #22
Comments
Hi, can you provide a code example to test ? |
The standard iOS behaviour is that on return the keyboard lose focus anyway, not? |
You are right. I'll provide a small sample. I even might have a solution in mind. |
When the Notification view closes (slides back up) the keyboard looses focus even after being tapped on (when the notification is fist visible). .xml:
.js:
Result: After the Notifier shows the Notification, it slides back up & the keyboard looses focus even if the textfield gets tapped on after it first displays the notification. I'm guessing the FirstResponder gets allocated to the view that slides up rather than the textfield. This seems like an issue from Appcelerator: https://jira.appcelerator.org/browse/TIMOB-15652 |
I wonder if that has been experienced by other developers, but imagine a window with text fields.
When a user has focus on a textfield, on return, a Notifier is shown, after the animation finishes, the keyboard looses focus on the textfield.
The text was updated successfully, but these errors were encountered: