javascript - Modal bootstrap - keyboard ipad adds blank space under modal backdrop -
i can't figure out causing problem. when scroll down modal window last input field , click on bring ipad keyboard works expected.
but if don't scroll down (so bottom partially hidden because modal window bigger height of window) , click input field, result:
i have googled many websites , possible fixes nothing seems work. able backdrop bottom when occured (just simple negative bottom) modal window still not behave properly.
i use default bootstrap v3 modal.
try adding:
.modal-open { min-height: 100% !important; }
to stylesheet.
Comments
Post a Comment