-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Feature: Keep Keyboard Open (iOS) #9238
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
Comments
@brandyscarney Hey! Sorry to ping, but I saw the following checkbox on issue #6228 for RC4:
I was wondering if my issue is related to this? If so, looks like it's going to be in RC4, which I'm looking forward to! This is very useful for chat apps especially! |
Hello all! While this is an awesome feature request it is not something that we plan on doing anytime soon. Because of this I am going to move this to our internal feature tracking repo for now as it is just "collecting dust" here. Once we decide to implement this I will move it back. Thanks everyone for using Ionic! |
This issue was moved to driftyco/ionic-feature-requests#83 |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Ionic version: (check one with "x")
[ ] 1.x
[x] 2.x
I'm submitting a ... (check one with "x")
[ ] bug report
[x] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Hi everyone,
Another feature request from me (since I'm working on a chat feature in my application). It would be very helpful to have some type of ability to keep the Keyboard open when clicking outside of the Keyboard.
Here's a GIF of what I'm talking about:
As you can see, the Keyboard closes once I press the Send icon.
Maybe some type of API call on the Keyboard like
Keyboard.preventClose()
that I could call in a(click)
event, or some type of configuration likeKeyboard.doNotClose(true)
when the page is initialized.In the mean time, if anyone has come up with a workaround to keep the Keyboard open when clicking out of the Keyboard, feel free to share!
The text was updated successfully, but these errors were encountered: