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

Splash screen is not removed on iOS

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • None
    • None
    • iPhone 5S, iOS 10.2.1
      app compiled at build.phonegap com
      cli-6.5.0 (iOS 4.3.1, Android 6.1.2, Windows 4.4.3)

    Description

      When app is started, splash screen remaines open. If I push app to background and open it again, splash screen is removed.
      Also spinner is placed to the upper left corner instead of center.

      Demo:
      https://youtu.be/UtpTZE24E3I

      App does work properly on some iPhones - e.g. I have no troubles with that on iPhone 4 with iOS 9.3.5

      Splash as said in docs removed in js:

      onDeviceReady: function() {
      app.receivedEvent('deviceready');
      setTimeout(function()

      { navigator.splashscreen.hide(); }

      , 2000);
      }

      Preference in config as said in docs:
      <preference name="AutoHideSplashScreen" value="false"/>

      App name in store: Baikalsea

      Attachments

        1. config.xml
          5 kB
          Denis Matafonov

        Activity

          People

            jcesarmobile jcesarmobile
            dmatafonov@gmail.com Denis Matafonov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: