Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Black or blank screen seen after keeping application idle and then open the application in cordova version >= 10. #1712

Open
NitzDKoder opened this issue May 14, 2024 · 3 comments

Comments

@NitzDKoder
Copy link

NitzDKoder commented May 14, 2024

Bug Report

Problem

Device is having lock screen password.Black or blank screen seen after keeping application idle and then open the application in cordova version >= 10.Issue is not seen in older cordova version.

What is expected to happen?

There should not be any Black or blank screen seen after idle.

What does actually happen?

There is Black or blank screen seen after idle.

Information

Device is having lock screen password. Keep cordoava application idle for sometime and open.

Environment, Platform, Device

Android Devices.

Version information

Cordova v >= 10.

Checklist

  • [x ] I searched for existing GitHub issues
  • [x ] I updated all Cordova tooling to most recent version
  • [ x] I included all the necessary information above
@breautek
Copy link
Contributor

It's possible that the blank screen you're seeing is the splashscreen without the icon resource being rendered, which is a bug within the android platform. The splash screen will be black or dark if the device is using a night/dark theme.

Having a small video clip of what you're seeing can probably tell us if this is the issue you're experiencing.

@NitzDKoder
Copy link
Author

NitzDKoder commented May 15, 2024

Please check the video for reference. @breautek

Edit: Removed the video. Sample app will made to reproduce to know exact RCA.

@breautek
Copy link
Contributor

Thanks.

Yah that's a strange one, that black screen isn't the splashscreen. If it was, it would have been black immediately before seeing your application view, and then typically the splashscreen will get dismissed showing your application view.

Here we see your application view, without seeing any splashscreen immediately, and then the screen goes black. So I don't think it's actally that splashscreen bug that I linked above.

Is this issue reproducible in a sample test application? If you can provide one, it will help isolate the cause away from your own application and/or any plugins that your project might be running which will in turn help find the root cause.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants