CB-4051 - Re-fix - Splashscreen rotation problem (closes #13)
This commit is contained in:
parent
a10d8f8ca0
commit
e3e3996766
@ -138,7 +138,7 @@
|
|||||||
|
|
||||||
if (CDV_IsIPhone5()) {
|
if (CDV_IsIPhone5()) {
|
||||||
imageName = [imageName stringByAppendingString:@"-568h"];
|
imageName = [imageName stringByAppendingString:@"-568h"];
|
||||||
} else if (CDV_IsIPad() || isOrientationLocked) {
|
} else if (CDV_IsIPad() && isOrientationLocked) {
|
||||||
switch (orientation) {
|
switch (orientation) {
|
||||||
case UIInterfaceOrientationLandscapeLeft:
|
case UIInterfaceOrientationLandscapeLeft:
|
||||||
case UIInterfaceOrientationLandscapeRight:
|
case UIInterfaceOrientationLandscapeRight:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user