iOS 9 Sidemenu navigation-animation issue

Hi

I started my ionic app using the sidemenu template. In iOS 9 I’ve started to experience som animation issues when switching views through the side menu.

In the development environment on a desktop the animation between two views performs as expected where the sidemenu disappears and the main page have been replaced. But on iOS 9, aside from the replacement of the main view, the main view also performs some sort of “back” animation. As if a “navbar-back-button” was pressed as well.

Is there anyone else experiencing this?

You’re probably running into the window location bug. The post Preparing for iOS 9 on the Ionic blog should help you.

I’ll look in to it, many thanks

Hello,
I hase same issue with sidemenu on iOS9.
Did the post help you to fix it ?[quote=“ohh2ahh, post:2, topic:32646”]
Preparing for iOS 9
[/quote]

This is my app infos :

Cordova CLI: 5.4.1
Ionic Version: 1.2.4-nightly-1917
Ionic CLI Version: 1.7.14
Node Version: v4.2.4

Is it ok to use angular-ios9-uiwebview.patch.js with cordova 5?

Thanks