Scrolling hanging on long form

Hello guys, trying to find my way around ionic and also learning a little angularjs, but i cant seem to fix the problem below:

Scrolling hangs when I change fields either using the Tab on the Keyboard or using the > on iPhone Keyboard

How to reproduce:
-Enable touch emulation on Chrome
-Open link below
-Select the first field
-Hit tab till you get to the last field
-Try to scroll back up

Result:
Form bounces and would not let it go up

The example is live here:
http://marchiori.co/longformissue/

any help is greatly appreciated!

resembles this posted issue:

Hmm I’m unable to replicate this, although it’s because Chrome won’t scroll at all, emulation or not.

Loading the example on my phone seems to work fine.

Can you try setting overflow-scroll="true" as @max suggested in the issue you posted?