@rhaqqazi wrote:
Hi everyone !
I have got a little problem…
I don’t know how to show the status bar (“statusBar.show()”) when reopening my app which I left running in the background to go on another app.
So here is what I do (on android) :
- I open the app, the status bar shows up as expected
- I exit the app (I don’t close it, I just exit it, the app is still running in the background)
- I do something else on my phone
- Then I come back to the app I am developing
- I reopen it and fuck : the status bar is not there anymore…
![]()
Is there a way to use the function “statusBar.show();” when reopening a running app ?
My app is in fullscreen, and I made some changes that I would like to keep on my status bar, here are the changes that I made :
- Status bar is hidden on startup (cause it’s quite ugly if not)
- Status bar is black translucent (on android)
So that’s why I have to use the function “statusBar.show();”…
Thanks to the people who will answer me.
PS: English is not my mother tongue, so if I didn’t explain my problem well, do not hesitate to ask me.
Posts: 1
Participants: 1

I don’t know how to show the status bar (“statusBar.show()”) when reopening my app which I left running in the background to go on another app.