Hello guys.
I updated my iPhone to iOS 9 and I'm having a lot of troubles with Ionic.
First SSL erros that was solved following this post: http://blog.ionic.io/preparing-for-ios-9/
After that, I had this:
"TypeError: undefined is not an object (evaluating 'window.cordova.plugins.Keyboard')"
Commenting the line using cordova plugin keyboard gives me another error:
"ReferenceError: Can't find variable: device"
Again, commenting my device.platform line, my InAppBrowser plugin is not working, which is used for Facebook login.
Anyone else having troubles with iOS 9?!