Skip to content
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

[TIMOB-11690] hideKeyboard method for view #3147

Closed
wants to merge 1 commit into from

Conversation

farfromrefug
Copy link
Contributor

Conflicts:
	iphone/Classes/TiViewProxy.m
@WhichKatieDid
Copy link
Contributor

It's got utility in that it recursively blurs the text area. My concern is that it's not just hiding the keyboard, but causing blur events. Perhaps it'd be better suited to make blur a method of all views that is recursive, instead?

@farfromrefug
Copy link
Contributor Author

@BlainHamon No it s not clearing focus. For example on Android hideKeyboard calls hideSoftInputFromWindow when blur calls hideSoftInputFromWindow AND clearFocus on the nativeView

@vishalduggal
Copy link
Contributor

New PR #5606 is up with UI thread safety on Android in addition to changes here. Closing this.

@farfromrefug
Copy link
Contributor Author

@vishalduggal great. Thanks

@farfromrefug farfromrefug deleted the TC-1364 branch April 15, 2014 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants