This is using an ion-grid with left column size 10 (x button) and an unspecified width column (should be 90) with an input, and an ion-note with item right (the picture icon)
There is content above that list, and below that list.
If I scroll up (I’m at the top of the page) and press on “Answer #3” (which is at the bottom of my view) this happens:
Answer #3 is hidden!
However, if I first scroll down to the bottom of the page, and then press on “Answer #4”, it shows fine, because it is at the top of my view:
I tried setting these inputs inside a form tag, which did not help.
I also found, that when I type a letter, it does scroll to the input, but just a click does not.
How do I add scroll to input on click? (so keyboard doesn’t hide it)
I still have a similar problem, do you have any workaround? for example doing the view scrollable so I can see the last fields when keyboard is being shown?