Ion-content scrolling works in Browser and on Android, but not on iOS

Ionic version = 2.2.2
Cordova version = 7.0.1

In my scss I haven’t changed anything related to scrolling for any of the elements on the page, so if there are default options for scrolling, those are being used.

I should mention that this code is within a popover component. Here’s the gist of my html:

<ion-content>
  <ion-grid>
     .....
  </ion-grid>
</ion-content>

Any help is appreciated! Thanks :slight_smile: