[
https://issues.apache.org/jira/browse/CB-11612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jcesarmobile closed CB-11612.
-----------------------------
Resolution: Won't Do
Closing as won't do since splash screen plugin is now part of cordova-android
and uses the new Android 12 Splash Screen API which doesn't allow this
> Splashscreen android - Auto hide on OnPause.
> --------------------------------------------
>
> Key: CB-11612
> URL: https://issues.apache.org/jira/browse/CB-11612
> Project: Apache Cordova
> Issue Type: Bug
> Components: cordova-plugin-splashscreen
> Reporter: Ilya Kirichek
> Assignee: Sergey Shakhnazarov
> Priority: Trivial
> Labels: triaged, wfc
>
> Hi there,
> I use splashscreen with my cordova updater plugin and update can take a
> several time.
> Splashscreen auto hided on screen lock, in plugin code we have:
> {noformat}
> public void onPause(boolean multitasking) {
> if (HAS_BUILT_IN_SPLASH_SCREEN) {
> return;
> }
> // hide the splash screen to avoid leaking a window
> this.removeSplashScreen(true);
> }
> {noformat}
> What kind of leaking?
> If I comment those line, all seems to work fine.
> Thanks,
> Ilya K.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]