mirror of
https://github.com/apache/cordova-plugin-splashscreen.git
synced 2026-05-03 00:00:03 +08:00
CB-4051 - Re-fix - Splashscreen rotation problem (closes #13)
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
|
||||
if (CDV_IsIPhone5()) {
|
||||
imageName = [imageName stringByAppendingString:@"-568h"];
|
||||
} else if (CDV_IsIPad() || isOrientationLocked) {
|
||||
} else if (CDV_IsIPad() && isOrientationLocked) {
|
||||
switch (orientation) {
|
||||
case UIInterfaceOrientationLandscapeLeft:
|
||||
case UIInterfaceOrientationLandscapeRight:
|
||||
|
||||
Reference in New Issue
Block a user