breautek commented on issue #1773:
URL: 
https://github.com/apache/cordova-android/issues/1773#issuecomment-2618939685

   It is a limitation of the underlying native splashscreen API. Which only 
supports dismissing the splashscreen but not re-showimg it.
   
   If you're expecting to get the exact same screen to be reshown, there isn't 
a workaround.
   
   What I do in my own applications is have my own splashscreen implemented in 
the webview side which also serves as a progressive loading screen. I 
transition from the native splash screen to the webview implemented splash 
screen. Keeping the native splashscreen visible for too long will cause your 
app to throw ANR errors, so ideally you want to keep the native splash screen 
visibility to less than 1 second. With attention to detail on your icon 
resource you can get the transition pretty seamless, even across form factors.
   
   Apache has no plans on integrating or hacking in a .show implementation. We 
don't have access to the native view created by the splashscreen library. This 
means we would have to implementation and maintain a view that must match 
identical to the visual behavior to what the splashscreen plugin does.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to