Black screen when re opening app
See original GitHub issueI just copied all the codes from the sample project that is included here.
@Override
protected void onResume() {
super.onResume();
qReader.initAndStart(surfaceView);
}`
@Override
protected void onPause() {
super.onPause();
qReader.releaseAndCleanup();
}`
I think there’s something wrong about the SurfaceView, currently tested on Kitkat and Marshmallow both have the same error.
-Thanks
Issue Analytics
- State:
- Created 6 years ago
- Comments:8
Top Results From Across the Web
App not responsive or returns a black screen
App not responsive or returns a black screen · 1. Check to see if there are any updates in the device app store....
Read more >Random black screen while using apps - Microsoft Community
Random black screen while using apps · Press Windows + R key to open Run command. · Type control panel and click OK....
Read more >Black Screen When you try to open Application for First Time
2. It happens for any app being opened or reopened from the icon (as opposed to swiping to find already open app). It...
Read more >Mobile App Opening to a Blank Screen on Android
Open your Phone Settings. Tap Apps or Applications to get to the Application Management screen. Tap the Menu icon (3 vertically stacked dots)....
Read more >7 steps to fix a black screen in Windows 11 | TechTarget
Applications and drivers. An outdated or malfunctioning application or driver can lead to black screen errors. Graphics drivers are ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I check if the camera is running, and if it’s false, i started again. @ralphgabrielle
Glad it helped you. Cheers
On Fri, Sep 29, 2017 at 1:57 PM, datnt1987 notifications@github.com wrote: