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:

enter image description here

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

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -