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

Default Splash Screen Not changing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • cordova-android-7.0.0
    • None
    • None
      • Creating a simple Hello world app using Phone Gap Desktop App
      • Testing over Phong Gap Developer App
      • Icons reflects as I replace with custom images
      • Splash Screen shows default Cordova icons
    • Important

    Description

      I am trying to display custom  Splash Screen but it shows default CORDOVA ICON WITH GREY BACKGROUND before app launches.

       

      //             document.addEventListener("deviceready", onDeviceReady, false);
                  function onDeviceReady() {
                      window.open = cordova.InAppBrowser.open;
                      
                      var ref = cordova.InAppBrowser.open('https://cordova.apache.org/', '_blank', 'location=no');
                      
                      navigator.splashscreen.show();
                      window.setTimeout(function () {
                          navigator.splashscreen.hide();
                      }, 6000);
                  }
      

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            BhsDesigner Manoj
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 6h
                6h
                Remaining:
                Remaining Estimate - 6h
                6h
                Logged:
                Time Spent - Not Specified
                Not Specified