Open maxborgatti opened 8 years ago
any idea on that?
I'm getting the same issue on Android (tested in LG G4). When I call $cordovaKeyboard.close()
, the keys dissapear but a white background is left. When I debug the HTML, the ion-content
element has a style bottom=258px
and I remove it the issue is solved.
hi all
we got this strange behaviour
on windows phone (10 + virtual navbar below), while keyboard closes, a blank space appears at bottom
that doesn't happen on windows phone 8.1 with phisical-printed navbar
we noticed that, if we remove this css, the problem disappears
.view-container { height: 533px; }
but we cannot remove becouse it's needed to center view on windows phones with virtual navbar
any idea on that would be very appreciated