question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

iOS Keyboard reopens after loosing focus and closing keyboard

See original GitHub issue

General 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

  1. Click in the credit card number input field
  2. Fill in some numbers(Doesn’t have to be valid or the complete number)
  3. Click outside the input box (Somewhere on the page, even if there is no elements there)
  4. Close keyboard with the Done or the X button
  5. 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:closed
  • Created 5 years ago
  • Comments:15 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
wenga86commented, Sep 5, 2018

Awesome! Just spot checked it on my end and everything looks good. Thanks again.

0reactions
crookedneighborcommented, Sep 6, 2018

@swapnilhpatil Definitely open a new issue, since the behavior is separate from this one.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found