2

We have a problem to enable full screen on iPhone 5s with iOS11.

We are developing this app with Ionic 3.15 and Cordova 7.0.1

enter image description here

Greetings!

Tomislav Stankovic
  • 3,080
  • 17
  • 35
  • 42
lau
  • 351
  • 2
  • 7

1 Answers1

0

I was experiencing the same thing. Check out this answer. It got me to my solution.

I had just updated to xcode 9.1 and IOS 11.11, and since the update, I was having these issues.

Solution: Go to project settings (first item in file manager) > General > App icons and launch images (roughly halfway down).

For me the 3rd dropdown "Launch Screen file" was empty. I selected CDVLauncherScreen.storyboard, and that fixed it.

Coo
  • 1,842
  • 3
  • 19
  • 37