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

Splash Screen on Windows 8.1 raises handled exception

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Cannot Reproduce
    • 1.0.0
    • None
    • Windows 8.1 Professional x64, Visual Studio 2013 Enterprise, cordova --version = 4.3.0, cordova plugin list --> org.apache.cordova.splashscreen 1.0.0, cordova platform -> 'windows'

    Description

      When calling navigator.splashscreen.hide() in a Windows 8.1 Universal App application, using platform 'windows' I get the following log message in Visual Studio Javascript Console:

      ```
      Exception calling native with command :: SplashScreen :: hide ::exception=Error: No such interface supported
      ```

      It does not crash the application, tough, and the splash screen gets automatically hidden.
      The same code in a Windows Phone 8.1 does not raise such log message.

      My config.xml file has the following setting:

      ```
      <platform name="windows">
      <preference name="AutoHideSplashScreen" value="false" />
      ```

      Attachments

        Activity

          People

            Unassigned Unassigned
            lamuertepeluda Vito Macchia
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: