Languages

Menu
Sites
Language
status bar to hide(disable) when dragging it from top of the screen.

Hello

In Web Tizen app.

For hide the status bar,

Currently added viewmodes = "fullscreen" in config.xml

But it is shown status bar when dragging it from top of the screen.

How to disable it?

I want status bar to hide(disable) when dragging it from top of the screen. Can I do it?

Responses

7 Replies
daniel kim

Hi,

IMHO, it looks like a platform UI. so I'm not sure whether normal application can disallow the status bar itself.

Regards.

colin Rao

Hi,

I think it's the right action. The status bar is a platform/system UI. And as my testing, first drag from top to bottom the status bar showing, and then, a) repeat as the first step the status bar will showing in whole screen; 2) tap out of the status bar area on the screen, the status bar will disappear.

정경 서

Hi

It is thanks to the answer.

My question is

When  dragging it from top of the screen.

I want the staus bar not displayed (Unconditional)  

 

 

AVSukhov

Hello,

I think this is default behavior and there is no ways to do it using Tizen WEB api.

Vikram

Hi,

I think the default behavior(status bar not disappear) is reasonable. For example, when you play games with full screen, it can easily check notification without having to exit the games.

Palitsyna

Hello,

I didn't face with such API. I think that this is a standard behaviour and it can't be changed. 

Alex Dem

Hi
fyi: for native apps (checked with Z1) it is possible to hide fully.
If I set indicator mode for root win with:

elm_win_indicator_mode_set(ad->win, ELM_WIN_INDICATOR_HIDE);

I was unable to drag indicator from top in this case.
Alexey.