i solved it like this:
window.addEventListener 'native.keyboardshow', -> document.body.classList.add('keyboard-open')
.keyboard-open .tabs{
display:none;
}
.keyboard-open .has-tabs{
bottom:0;
}
body.keyboard-open .has-footer{
bottom: 0;
}
i solved it like this:
window.addEventListener 'native.keyboardshow', -> document.body.classList.add('keyboard-open')
.keyboard-open .tabs{
display:none;
}
.keyboard-open .has-tabs{
bottom:0;
}
body.keyboard-open .has-footer{
bottom: 0;
}