Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix logic when setting the iPad splash screen #19

Closed
wants to merge 1 commit into from

Commits on Jun 11, 2014

  1. Fix 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.
    Michael Hoisie committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    14d2ba8 View commit details
    Browse the repository at this point in the history