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

Splashscreen android - Auto hide on OnPause.

    XMLWordPrintableJSON

Details

    Description

      Hi there,
      I use splashscreen with my cordova updater plugin and update can take a several time.

      Splashscreen auto hided on screen lock, in plugin code we have:

      public void onPause(boolean multitasking) {
              if (HAS_BUILT_IN_SPLASH_SCREEN) {
                  return;
              }
              // hide the splash screen to avoid leaking a window
              this.removeSplashScreen(true);
      }
      

      What kind of leaking?
      If I comment those line, all seems to work fine.

      Thanks,
      Ilya K.

      Attachments

        Activity

          People

            daserge Sergey Shakhnazarov
            Mnill Ilya Kirichek
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: