iOS Keyboard reopens after loosing focus and closing keyboard
See original GitHub issueGeneral information
- SDK/Library version: 1.12.0
- Environment: All
- Browser and iOS: Safari, Chrome 68.0.3440.83 (64-bit) on iOS 11.4.1
Steps to reproduce
- Click in the credit card number input field
- Fill in some numbers(Doesn’t have to be valid or the complete number)
- Click outside the input box (Somewhere on the page, even if there is no elements there)
- Close keyboard with the Done or the X button
- Click somewhere and the keyboard reopens
Issue description
Keyboard continues to pop open when I click anywhere on the page, even after I call teardown
on the drop UI. If I click on the field again and maintain focus on the element and click Done
or X
the issue stops. Seems to be happening with all fields.
This issue seems to be nearly identical to one with Strips
Issue Analytics
- State:
- Created 5 years ago
- Comments:15 (8 by maintainers)
Top Results From Across the Web
Adjust the onscreen and external keyboard settings on iPhone
Go to Settings > Accessibility > Keyboards, then turn off Show Lowercase Keys. Type on a larger onscreen keyboard. Rotate iPhone to landscape...
Read more >Hiding the Keyboard when losing focus on a UITextView
A tap on the View Controller's View, outside of the Text View, will resign the first responder, closing the keyboard. Share.
Read more >Ionic input losing focus and closing keyboard
In some pages of our app, when clicking on some input, after a few seconds the focus is lost and the keyboard closes....
Read more >Application lost the Focus on Keyboard open. - Unity Forum
Open Keyboard class from Xcode under Classes-UI. Search for "- (void)textInputLostFocus" function. Comment the codes inside this function. Thats ...
Read more >How to open or dismiss the keyboard in Flutter - LogRocket Blog
When it comes to keyboard management on both devices, tapping on a widget that allows data input opens the keyboard from the bottom...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Awesome! Just spot checked it on my end and everything looks good. Thanks again.
@swapnilhpatil Definitely open a new issue, since the behavior is separate from this one.