keyboard resize fix for android with status bar overlay: issue#132#134
keyboard resize fix for android with status bar overlay: issue#132#134riksof-anas wants to merge 1 commit intoionic-team:masterfrom
Conversation
|
This works :-) when will this be merged? |
|
Until this is merged, I created a fork with this fix: https://github.com/lukas-mertens/cordova-plugin-ionic-keyboard Please be aware though, that I won't mirror changes in this repo. I hope this MR will be merged soon, so that this fork can be archived. |
|
I made my PR #156 based off this one. The problem with this PR is the status bar check is incorrect. If you make additional changes to your status bar after |
|
Hi @ionic-team, |
|
Hi team, when will this be merged? |
|
Any plans to merge this? It's needed to have this on official release |
…reen) If you set the preference for resizeOnFullScreen and you do not have your app running in either fullscreen mode (via StatusBar) or Immersive fullscreen mode (via cordova-plugin-fullscreen) the height is calculated wrong and some content between 8 and 40 pixels dependant on device will be off the bottom of the screen. This update looks for isFullScreen Based on and fixes ionic-team#156, ionic-team#117, ionic-team#132, ionic-team#134
#132