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

Keyboard pops up after Alert is dismissed #9902

Closed
shahankit opened this issue Sep 14, 2016 · 1 comment
Closed

Keyboard pops up after Alert is dismissed #9902

shahankit opened this issue Sep 14, 2016 · 1 comment
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@shahankit
Copy link

Issue Description

I have a View with a TextInput inside it. Before adding an Alert to View I do dismissKeyboard() called from react-native/Libraries/Utilities/dismissKeyboard. After the alert is dismissed the keyboard pops up again and also the TextInput is out of focus because I have already called dismissKeyboard. I have got a bar with Done button above keyboard but because of this even if I try to call dismissKeyboard the keyboard is not dismissed. This is actually an issue with UIAlertView which can be checked here and here

Additional Information

  • React Native version: 0.30.0
  • Platform(s) (iOS, Android, or both?): iOS
  • Operating System (macOS, Linux, or Windows?): all
@lacker
Copy link
Contributor

lacker commented Dec 15, 2016

I think without sample code it is tough to reproduce this issue. I am going to close it but if you have a sample app on rnplay.org that reproduces this problem then it would be great to open a new issue explaining what's going wrong with sample code. Thanks for reporting this!

@lacker lacker closed this as completed Dec 15, 2016
@facebook facebook locked as resolved and limited conversation to collaborators Jul 19, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants