-
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
Field is under the keyboard, after the update #10901
Comments
Hello, thanks for using Ionic! Unfortunately I cannot reproduce this issue, could you provide a repo i could use to reproduce this? |
I resolved including a position: initial, replacing the relative position
that was included in .col css class.
2017-03-24 15:37 GMT-03:00 Justin Willis <[email protected]>:
… Hello, thanks for using Ionic! Unfortunately I cannot reproduce this
issue, could you provide a repo i could use to reproduce this?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#10901 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABuE5EV2bQOK6abhQMbmrbEbL8xCBiLks5rpA1bgaJpZM4MnnQe>
.
--
Jhonathas Matos
--------------------------------------------------------
email: [email protected]
|
@jgw96 please see this issue for more details: #9199 Issue 9199 references inputs in the footer, but it happens for any fields that are near the bottom of the screen, they get covered up when the keyboard is active on iOS. On Android everything works as expected. I tap an input and the screen scrolls automatically to make sure it's in view. This does not happen on iOS :( I've tried using both the UIWebView and the latest WKWebView to no avail; both have this problem when testing on the device. Sidenote, the input is scrolled into view once you start typing... we just need this to happen on input focus instead. More keyboard details mentioned here: #6228 (comment) (This is an issue affecting many people right now). |
Hello all, thanks for opening an issue with us. I am going to close this issue as a duplicate of #10938 as this issue is caused by the bug that issue describes. |
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")
[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:
After upgrading to version 2.3.0, when I click on a field, the keyboard hides the field instead of scrolling the page as it was before.
Expected behavior:
When you click on the field the keyboard opens and the field becomes visible.
The text was updated successfully, but these errors were encountered: