Transition Glitch on iOS 9

Hey everyone,

I’m encountering some transition glitch w/ my App, it only appears in iOS 9 and the app is compiled through Phonegap build.

Here’s a sample video showing the transition glitch. link

I don’t know if this would help but here’s my gist for the config
https://gist.github.com/renesansz/d6f233b096352328e364

I’ve found some related articles, but it doesn’t sovle my problem.

iOS version - 9.0.1

Does anyone also encountered this issue? Thanks

the uiWebView has a window.location bug. You need to add a patch-module to your app:

You can read some details here:
http://blog.ionic.io/preparing-for-ios-9/

1 Like

Thanks! It solves the issue! :thumbsup: