I am working on a Cordova iOS app using Ionic and the Salesforce Mobile SDK. On an iPad, if you return from a pause event (e.g. opening Control Center or going to the home screen and then returning to the app) while in landscape mode the app goes black. However, if you do the same thing in portrait, the app returns to normal operation.
This doesn't happen in an iPhone 6. What happens instead in an iPhone 6 is if you open the Control Center while in landscape, it tries to force the phone into portrait orientation and then goes back to landscape and the Control Center doesn't open.
Are these two things related? Is there a fix for them or is it just a known issue?
VERSIONS:
Cordova iOS: 4.3.0
Salesforce SDK Plugin: 5.0.1
Cordova Plugin Device Oriention: 1.0.5
iOS: 10.2.1
Update We are also seeing this issue when deeplinking into our app while its in landscape on an iPad.