Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-4934

plugin-splashscreen should not show by default on Windows8

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Master
    • 3.1.0
    • None
    • windows8

    Description

      After adding cordova-plugin-splashscreen to windows8 using plugman
      When the App starts it shows the splashscreen and never hides

      The fix is simple is to remove the call to show from actived callback in
      www/windows8/SplashScreenProxy.js

      function activated(evt) {
      if (evt.detail.kind === Windows.ApplicationModel.Activation.ActivationKind.launch)

      { splash = evt.detail.splashScreen; position = evt.detail.splashScreen.imageLocation; SplashScreen.show(); }

      }

      remove the "SplashScreen.show();"

      Attachments

        Activity

          People

            csantana Carlos Santana
            csantana Carlos Santana
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: