Open blueEagle101 opened 3 years ago
Thanks for the issue. Can you reproduce this in an Ionic starter application and provide a link to the GitHub repo?
Thanks for the issue! This issue has been labeled as needs reproduction
. This label is added to issues that need a code reproduction.
Please reproduce this issue in an Ionic starter application and provide a way for us to access it (GitHub repo, StackBlitz, etc). Without a reliable code reproduction, it is unlikely we will be able to resolve the issue, leading to it being closed.
If you have already provided a code snippet and are seeing this message, it is likely that the code snippet was not enough for our team to reproduce the issue.
For a guide on how to create a good reproduction, see our Contributing Guide.
Hi @liamdebeasi ,
I updated the steps to reproduce the issue to make it much simple to recreate.
I also made a sample project on the github url below using an ionic started project: https://github.com/blueEagle101/ionic-ipad-issue-margin
Thanks. The issue appears to be with Capacitor's Keyboard plugin. Setting "resize": "none"
in the Capacitor config seems to resolve the issue. See https://capacitorjs.com/docs/apis/keyboard#keyboard-configuration-ios-only for more information.
I am going to move this to the Capacitor Plugin repo.
Bug Report
Ionic version:
[ ] 4.x [x] 5.x
Current behavior:
On iOS iPad, when the keyboard appears the ionic elements/page adjusts its margin to the right when the ionic app is being displayed as a modal.
Expected behavior:
The right margin should not adjust when the keyboard appears on an ionic page displayed via modal.
Steps to reproduce:
../ios/App/App.xcworkspace
and go to Main.storyboard.