-
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
input bug on ios12 #15699
Comments
Maybe this bug is related to #15689 ? |
Using the following code in Take note of the following lines:
|
Thanks for your answers, @mwenko . |
Experiencing the same issue on iOS 12 with Xcode 10. Inspecting my app's HTML while running I get the follow bounding box for the root
After selecting an input, with the keyboard visible AND once it has been dismissed:
So as @mwenko said the HTML is staying shifted (affecting where touch events will trigger) but visually everything goes back to where it was. Adding those extra config value to Edit: Upgrading from the deprecated ionic-plugin-key fixed my issue. |
Thanks @joshmcrae that solved my problem too! |
what do you mean upgrading from the deprecated plugin @joshmcrae ? i'm experiencing the same issue i'm using |
@jamesparkes - scroll down at https://github.com/ionic-team/ionic-plugin-keyboard and you will find this: |
thanks @maxfloden upgrading to the new plugin fixed this for me too! |
This should be fixed, correct? |
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. |
Bug Report
Ionic Info
Describe the Bug
On ios12, after click the input, the xcode show the error below.
and otherwise, the click event on this page are confused.
When I click the login button, it call a forget button click event, click the choose server button then call a switch environment click event.
Related Code
The text was updated successfully, but these errors were encountered: