I got an issue with the ionic Modal but i’m not sure if this problem is related to ionic.
When i tap on the textarea the content is moving around 20px up.
I tried already changing the viewport meta several times, with different values and no success so far. I also have KeyboardShrinksView set to true (from Phonegap config.xml).
I tried also using this [plugin][1], no luck.
I’m running out of ideas, maybe one of you solved this before.
I add a couple of screenshots to clarify the issue.
Odd, I’ve never used the modal before so I’m not sure. Have you done some remote debugging with safari to try and see whats being changed, as far as positioning and such.
This is still an issue in 0.9.25 - sometimes the modal shrinks the view and it never returns to full height if there’s a date picker used inside the modal.
I have the same issue. When a textarea or datepicker gets focus on the bottom half of the view and the modal automatically adjusts to show the input while the keyboard pops up, the modal never seems to reset the movement it has made when the keyboard is dismissed. To get around it I’ve turned on ‘overflow-scroll=true’ on the content tag for that view so it doesn’t use the JS for scrolling.