Vito Macchia created CB-8691:
--------------------------------

             Summary: Splash Screen on Windows 8.1 raises handled exception
                 Key: CB-8691
                 URL: https://issues.apache.org/jira/browse/CB-8691
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin SplashScreen
    Affects Versions: 1.0.0
         Environment: 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'
            Reporter: Vito Macchia
            Priority: Minor


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" />
```





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to