Scrolling on ios

For a few weeks now I have been looking for a solution to the scrolling issues I have with ios. As of yet, none of the questions on this forum regarding this scrolling problem have been answered so I have tried other solutions/everything I could find but the app still does not scroll in ios. I now have ran out of time to resolve this myself, so I am hoping somebody out there may know what’s causing this.
I have a set of views that are setup to run like a wizard.
Each of these views use the list/card classes and ng-repeat to load data like so…

"




"

They easily scroll on android devices, windows anything but ios. I have tried the scroll out on iPad, iphone and xcode emulators with no scroll.

In my app.js I have set $ionicConfigProvider.scrolling.jsScrolling(false);
In config. I changed to
I have removed the overflow-scroll on contents and readded it. There are a lot of things I have tried, with no luck.
My app is done and is ready for beta… this is the only hold up.

Any thoughts?