Open matthewseng opened 10 years ago
Possibly related to http://getbootstrap.com/getting-started/#support-fixed-position-keyboards
Just found out that this issue only happens if you use a split keyboard of iPad, normal keyboard works fine.
What's interesting is the scenario below:
Normal keyboard:
Split keyboard:
I have had this bug when building as a PhoneGap iOS app as well. The keyboard shrinks the .content div and it doesn't come back to normal height after.
A hack that seems to be working is to use JS to force a scroll after the view has loaded. window.scrollTo(0,0);
This might only apply to iOS apps, I haven't tested outside of the native app environment.
To reproduce this problem:
Is there any work-around for this issue?