Nikolay Babanov created CB-11602:
------------------------------------

             Summary: Splashcreen plugin receives onPause and hides the 
                 Key: CB-11602
                 URL: https://issues.apache.org/jira/browse/CB-11602
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin SplashScreen
    Affects Versions: 3.5.0, 2.9.1, 2.9.0, 2.8.0, 2.7.0, 2.6.0, 2.5.0, 2.4.0, 
2.3.0, 2.2.0, 2.1.0, 2.0.0
         Environment: Android
            Reporter: Nikolay Babanov
             Fix For: 4.0.0


When you set the "AutoHideSplashScreen" to false in the config.xml, the splash 
screen still automatically closes, before the crosswalk webview is loaded.

This is caused by the plugin receiving the onPause event and therefore 
dismissing itself.

My proposed solution is to use the onStop event in place of the onPause, as 
this fixes the issue.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to