scrollView.options Error

I am getting the following error but I can not find what causes this.

TypeError: null is not an object (evaluating ‘scrollView.options’), http://192.168.0.100:8100/lib/ionic/js/ionic.bundle.js, Line: 52869

Any direction would be appreciated.

Cordially,

Hervé

I am having this exact issue, but only on iOS so far.

It might be related with the fact that we disabled bouncing in our side menu…

  <ion-side-menu side="left" class="main-menu" ng-controller="MenuCtrl">
    <ion-content has-bouncing="false">
    </ion-content>
  </ion-side-menu>

We are going to be releasing our app soon and this is a roadblock as Safari won’t continue and hide the splash screen…