[ 
https://issues.apache.org/jira/browse/CB-13634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16277171#comment-16277171
 ] 

ASF GitHub Bot commented on CB-13634:
-------------------------------------

goffioul opened a new pull request #142: CB-13634: (android) Allow to keep the 
splashscreen windows on pause.
URL: https://github.com/apache/cordova-plugin-splashscreen/pull/142
 
 
   This is a cosmetic change, in case the web app starts another app during
   load. This prevents transient screens to be visible during app
   transition animation.
   
   
   ### Platforms affected
   Android
   
   ### What does this PR do?
   Allow the app to keep the splashscreen window in onPause. The default 
behavior is backward compatible.
   
   ### What testing has been done on this change?
   
   
   ### Checklist
   - [X] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
   - [X] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform 
affected.
   - [ ] Added automated test coverage as appropriate for this change.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Allow to keep the splashscreen window in onPause on Android
> -----------------------------------------------------------
>
>                 Key: CB-13634
>                 URL: https://issues.apache.org/jira/browse/CB-13634
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: cordova-plugin-splashscreen
>            Reporter: Michael Goffioul
>            Priority: Minor
>
> I have a use case whereby my webapp is launching another app while the 
> splashscreen is visible, and I want to keep the splashscreen window visible 
> to prevent unfriendly transient update during the app switching animation on 
> Android. It would be handy to allow an app to override the default behavior 
> of removing the splashscreen window in onPause.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to