RC0 and iOS9

Hi. Anyone experienced any issues with RC0 and iOS9? My app is performing ok on an iOS10 iPhone SE and on an iOS10 iPad simulator but it crashes on an iPad 3 running iOS9. I need to investigate a bit but I wondered if anyone had run into similar issues?

1 Like

Yes,
Same issue here when I make
navctrl.push(page2, {
Name: variablename,
Lastname: variablelastname
}

It does not work on iOS 9.3, I get a black screen.
But with IOS10 it works well

1 Like

I’m having this issue as well. iOS10 is perfect, iOS 9.3 on a iPhone 4s gives black/white screens for nav.push(page2, parameters) call as well.

Your system information:

Cordova CLI: 6.4.0
Gulp version: CLI version 3.8.11
Gulp local:
Ionic Framework Version: 2.0.0-rc.1
Ionic CLI Version: 2.1.4
Ionic App Lib Version: 2.1.2
Ionic App Scripts Version: 0.0.36
ios-deploy version: 1.8.6
ios-sim version: 5.0.8
OS: Mac OS X Sierra
Node Version: v6.9.1
Xcode version: Xcode 8.1 Build version 8B62

Yes. I have similar issue in ionic 1.3 . See my topic here.

Hi guys !
I’m still looking for a solution, patch or something but… dont’ find anything.

If you have some news, share your infos.

What is your error? Install GapDebug and you can see console log. Even if you use windows, you can see your ios log.

Also please check my solution. Maybe it helps you.

Hi,
Did you find a solution to fix it ?

I never get this issue in ionic 1 or even ionic2 beta.
The issue (black screen on iOS 9.3 after a nav.push with params) appears right after the ionic2 rc0.

That’s a real problem if the app can’t run on 9.3

Why you don’t use GapDebug for seeing your errors? Without finding the error how can you find the solution?

I found out that ios 9 is not supporting the newer versions of javascript and sometimes can cause problems, as I mentioned in link.

NOTE: Also post this issue in ionic’s github.

Yes/no, I stopped using nav.push and used for this specific page the ModalController. That’s working.

Excellent idea to use a modalCtrl but on tablets or large screen I don’t have a full screen for the view called with a modal. How did you manage it ?

It is a mobile app, so I do not have to take large screens into account. But it is working on large screens as well, but it won’t fill the whole screen. Which is fine for this modal.