Hi, in my project I want suppress (avoid) status bar (with batery status, clock …) and I have inserted:
<statusbar-style>none</statusbar-style> <statusbar-hidden>true</statusbar-hidden>In tiapp.xml. I see on start: - a short flash of bar, - during starting my spalsh screen without status bar - after starting of app I see the status bar.
Question:
How can I realize a uniformly style: every time with or without this status bar.
Can anybody help me with a hint?
Rainer
3 Answers
Hi,
Set this property in tiapp.xml this will solve your problem:
<statusbar-hidden>true</statusbar-hidden> <fullscreen>true</fullscreen> <navbar-hidden>true</navbar-hidden>
Dont forget to clean and build the project after doing changes.
You can also refer to this post
Hope this solves your problem.
Hi Rainer, if you don't want status bar in your application and want to run it on full screen then you can do this:
<statusbar-hidden>true</statusbar-hidden> <fullscreen>true</fullscreen> <navbar-hidden>true</navbar-hidden>This will solve your problem.
Hi, sorry, here me tiapp.xml and I see on top this status bar. Whats going wrong?
Rainer
Your Answer
Think you can help? Login to answer this question!