Fix layout overflowing to navigation bar & blackbar issue when keyboard is active#145
Fix layout overflowing to navigation bar & blackbar issue when keyboard is active#145mloremi wants to merge 1 commit intoionic-team:masterfrom
Conversation
|
Is there a way to install this pull request and try it out? I can't make it work by adding the file changes and re-building the app in android |
|
The change in Line 140 makes the view height to small in my app, if i revert it back to
this pull request fixes the resizeOnFullScreen issue mentioned in #117 for me 👍 |
|
It working. |
|
@jakob-p The changes in this PR seems to assume the content is in full screen mode. This assumption is incorrect. Because some pages in an app may not be in full screen mode. And some users of the plugin may incorrectly set the I made my PR separately, and is very similar to the changes in this PR. My PR checks for full screen mode and applies the appropriate height. Anyway, try out changes in my PR #156, and let me know if it fixes your issue. |
this is a fix for these bugs:
#117
#132