I applied the patch (angular-ios9-uiwebview.patch.js) for iOS 9 and it worked except I came across another issue.
When a user logout from home screen I open login screen.
But while the transition is happening Home screen is appearing for a moment behind login page. It is not consistent and happens sometimes. This happens only in iOS 9.
I use
$ionicHistory.nextViewoptions({
disableBack:true,
historyroot:true
});
$state.go(‘login’);
To go to login page
I have already added the patch. It did fixed the angular digest issue and messy transitions.
But left with this issue. It is not consistent and does not happen always. And sometimes a thin black rectangle appears in right edge just after the page transition and disappears.
The device I am testing iPad mini