Cordova / Phonegap: Keyboard breaks scroll view

I'm using Ionic and phonegap with a series of inputs on iOS7. When I use the > accessory button on the keyboard it scrolls the screen to focus the elements which is great. However it appears to break the scrolling capabilities and I can no longer scroll to the top.

My element structure is as follows:

ion-view

ion-slide-box

ion-content

  ion-list

Has anyone else experienced this?

Ben