Michael Hoisie cd61952efc CB-7041 ios: Fix image filename logic when setting the iPad splash screen
When running Cordova apps without orientation lock on iPads, the
Splash Screen plugin didn't work properly. It would skip the iPad-
specific splash screen logic, and just select the image named
@"Default.png" (without adding the orientation suffix), and print
the following messages in the console:

WARNING: The splashscreen image named Default was not found

Now, for iPads, the splash screen image is set by first looking
at the position of the orientation lock, and if that is not set, it
uses the calculated view orientation.

close #19
2014-06-27 14:56:49 -04:00
2013-07-15 18:16:34 -07:00
2013-08-06 14:42:09 -07:00
2014-02-27 15:36:31 -05:00
2014-06-05 13:40:50 -07:00

org.apache.cordova.splashscreen

Plugin documentation: doc/index.md

Description
No description provided
Readme 660 KiB
Languages
Objective-C 65.6%
Java 15.4%
C# 9.6%
JavaScript 9.4%