Ionic v1 - Black screen on iOS only

I have an application that I developed with the ionic framework. My application works properly in its Android version, but not in iOS.

I copied my project on my Mac, and I use xcode 8.3.3 for simulation. By launching the application in the emulator, the splash screen appears, but then nothing more, black screen … I do not understand where the problem may come from.

Would someone have a solution offered me? The application works perfectly under Android, browser (Chrome, Safari, Firefox …)

thank you in advance :slight_smile:

You have to look out for the console errors from Safari Dev Console or XCode Console.

Did you remote debug the problem on the device already? Follow these instructions here to debug the problem in Safari dev tools: https://ionic.zone/debug/remote-debug-your-app#ios Look at the console and network tabs for errors.