-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
The input of a prompt alert immediately looses the focus of the input on iOS #11209
Comments
Hello, thanks for opening an issue with us. We will look into this. |
I ran into the same issue. Maybe related to #11114. Focus lost with Focus also lost with |
I have the same issue. |
this seems to be working now with ionic version 3.2.1 |
I am encountering this issue in the iOS simulator in Ionic 3.12.0 when using a hardware keyboard. To fix you can just toggle the software keyboard in the simulator. Then it works well. |
ref: #11114 |
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
[ ] 2.x
[x] 3.x
I'm submitting a ... (check one with "x")
[x] bug report
[ ] 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/
Current behavior:
When opening a prompt alert (https://ionicframework.com/docs/components/#alert-prompt) on the iPhone 5s (ios 10.3.1), the input of the alert gets the focus and the keyboard pops up. The input immediately looses the focus and the keyboard pops out without having done anything... The behaviour on Android is correct, the keyboard stays open and the input keeps the focus. I'm using Ionic 3.0.1 on both operating systems.
Expected behavior:
The keyboard must stay open and the input must keep the focus after the prompt alert is presented.
Steps to reproduce:
Related code:
Other information:
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):The text was updated successfully, but these errors were encountered: