Open joshgarwood opened 7 years ago
That space seem to be 20px equal to the height of the status bar. Is it possible that the calculation does not subtract the status bar height? I see other open bugs related to this issue
Did you fix the issue? Having the same problem...
There's been a long standing issue in ionic with inputs and having the keyboard "active" on ios. My issue in particular is for a footer that always needs to be above the keyboard. Unfortunately ionic doesn't handle this by default on ios (it works wonderfully on Android though).
In an effort to fix it myself, I'm basically setting the "bottom" of the footer to be the "height" of the keyboard when it's active. Yet somehow, the footer is always above the keyboard. In looking at the keyboard plugin code, the line that calculates the height seems to be deprecated. Any ideas or insight would be helpful. My code is below: