Disable swiping on Beta 13

We’re getting a bug with beta 13 and iOS. If a user swipes left or right, two things happen:

  1. the native iOS swiping behaviour / animation occurs
  2. Ionic swiping behaviour / animation occurs, which results in the animation jumping back to the previous screen and then continuing as planned. This is very jerky and obviously unwanted.

As a workaround, I’m trying to force it so that if a swipe left or swipe right event triggers, disable Ionic’s native swiping behaviour / animation so the app will just use iOS’s native behaviour / animation.

Migrating to beta 14 is impossible at this time. Any ideas?