-
Notifications
You must be signed in to change notification settings - Fork 1k
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
iOS 12 with iPhone landscape when keyboard opens then input box goes out of view area. #1045
Comments
Hi, @jcesarmobile is this a known issue. I looked into this issue (#814) but it is different from what I am experiencing. |
Hi @jcesarmobile , Could you please look into this. |
Any update on this. |
I'm also interested in a solution for this please!! |
#1119 maybe it can help you. Note this PR is not released for now ---> modify the file directly to try it. |
#1119 is merged.
@stripathix can you verify and close if it fixes the problem? |
@jcesarmobile where to add below config?
I have updated node_modules below file with latest code from: https://github.com/ionic-team/capacitor/pull/1119/files @capacitor/ios/ios/Capacitor/Capacitor/Plugins/Keyboard.m |
@stripathix in your
|
Thanks, @sneko. Like this?
|
Yes :)
On Jan 24, 2019, at 10:09, Shashwat Tripathi <[email protected]<mailto:[email protected]>> wrote:
Thanks, @sneko<https://github.com/sneko>. Like this?
{
"appId": "net.***.****",
"appName": "****",
"bundledWebRuntime": false,
"webDir": "dist",
"ios": {
"minVersion": "11"
},
"plugins": {
"SplashScreen": {
"launchAutoHide": false
},
"Keyboard": {
"resize": "ionic"
}
}
}
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#1045 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AH0Pdm3XoCvnSU40Lb0zcalfFezGTwQ4ks5vGXhdgaJpZM4ZNgLd>.
|
@jcesarmobile I am still getting same issue. On focusing a input field input field does get shifted and is hidden behind header. In below screenshot see cursor next to Preferences header title. Input field shifts behind the header. Note: It is in iPhone 8 Landscape mode. Steps I did
Used this file: https://github.com/ionic-team/capacitor/blob/master/ios/Capacitor/Capacitor/Plugins/Keyboard.m
|
I don't think it's the "same" issue now as it no longer is behind the keyboard, but behind the header, and only sometimes. I get the same behaviour on Cordova, so not entirely sure if now it's a Capacitor/Cordova Keyboard plugin bug or an Ionic bug |
Any update on this? |
This is an Ionic bug since it also happens in Cordova apps |
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 Capacitor, please create a new issue and ensure the template is fully filled out. |
On clicking on any input field on the iPhone landscape page shift is wrong. input field goes out of view and even on some screens keyboard is hidden behind a keyboard.
See in attached screenshot how when I tap on a input field then that input field goes out of view area. I have also attached a video screencast.
https://youtu.be/kveJ663r-oA
I am using Ionic 4 + Vue + Capacitor.
Initially, I reported it to ionic but they pointed this as an issue related to keyboard (Capacitor or Cordova).
The text was updated successfully, but these errors were encountered: