Hi, I have a long ion-list of ion-items. When I focus in my search bar at the top, the keyboard shows up as expected. As I filter the list with some characters, the list shrinks as expected. However, some of the list items remain hidden underneath the keyboard and I cannot scroll all of them into view and click on the bottom most items.
Is there a way to force the ion-list height to change when the keyboard is showing? The keyboard should push the list up (by reducing its height), not lay on top of it, right?
Maybe I didn’t wrap my ion-list with the right classes or elements. Anyone have any ideas?
I’m using ionic 1.0.1, iphone 6 ios 8.4, and cordova 5.