iPad side menu performance

Can anyone confirm this behaviour for me with an iPad and the standard sidemenu starter app

ionic start SideMenu sidemenu

Open the app and try alternating between Browse, Playlists and Search on the side menu, sometimes the transition will be messed up.

I’m noticing more extreme behaviour in another app I’m making where, when attempting to navigate (either from the side menu or via an on page link) the app goes to the new page and then quickly switches back to the previous page. It seems random but I’m not sure.

This does not happen in browser or on android devices and also doesn’t happen on an iPhone 4s

Cordova CLI: 5.0.0
Ionic Version: 1.1.0
Ionic CLI Version: 1.6.5
Ionic App Lib Version: 0.3.9
ios-deploy version: Not installed
ios-sim version: 3.1.1 
OS: Mac OS X Yosemite
Node Version: v0.12.7
Xcode version: Xcode 7.0.1 Build version 7A1001 

Local Ionic version: 1.1.0  (/Users/MacMini/Ionic/SideMenu/www/lib/ionic/version.json)
Latest Ionic version: 1.1.0  (released 2015-08-13)
 * Local version up to date

Thanks
-Chris

Woops, missed this

http://blog.ionic.io/ios-9-potential-breaking-change/

it helped you? i have same problem

It did yeah, I updated the angularjs stuff as required and ran the following

ionic platform rm ios
ionic platform add ios
ionic build ios

and it started working again and thank God for that!

I think this bug just dissapered for some time but it hasn’t been fixed

My understanding is iOS9 altered webview in a way that breaks the way angularjs/ionic/cordova handled locations

I just tested ngIOS9UIWebViewPatch, ionic-starter-sidemenu menu not working correctly, I can’t test in ios8