Inputs and checkboxes among each other -> scrolling

Hi,
i have many inputs and checkboxes among each other like so:

<list>
<textinput>
<textinput>
<checkbox>
<textfield>
<textinput>
<dropdown>
<checkbox>
<textfield>
<textinput>
... and so on...
</list>

When i type a text in for example textinput nr 2 and scroll down with tapping for example on textinput nr 7 for scrolling,
the keyboard pops out and the textinput nr 2 is focused and i can edit with that keyboard the text in textinput 2.
I have the newest beta 11 of ionic and using the sidemenu-package (new created) on android 4.3 (also its very laggy to scroll)

my idea to avoid this problem is now to put an edit-button to each text-input to edit the texts only on an modal … :frowning:

Can you throw this into a codepen?

Something like this