Languages

Menu
Sites
Language
Full screen Native app weird top bar

I have created an app with fulscreen backgrond. However when i swipe from top edge of the screen to bottom it shows a weird Bar at the top of the Screen.

I applied background image to the window, hide the top area showing the battery power and time, signal strength. Attached is the screen shot. Any idea how to get over this problem.

ScreenShot - https://samsung.tizenforum.com/index.php?action=dlattach;topic=30382.0;attach=32866;image

 

Cheers,

Aashish

Edited by: Ashish Patil on 07 Sep, 2016

Responses

4 Replies
Mehedi Alamgir

Make conform indicator mode HIDE, It will remove the status bar.

elm_win_indicator_mode_set(ad->win, ELM_WIN_INDICATOR_HIDE);

 

Ashish Patil

I have aleady dne that and the poblem is there with this line of code.

Can you please share yor code.

 

Cheers,

Aashish

Mehedi Alamgir

I checked  it on Project Template named Basic UI. 

In create_base_gui function, I changed   elm_win_indicator_mode_set(ad->win, ELM_WIN_INDICATOR_SHOW) to

elm_win_indicator_mode_set(ad->win, ELM_WIN_INDICATOR_HIDE) which is under Conformant .

And it removes the status bar.

Ashish Patil

Thanks now swipe fro the top edge of the screen to reveil the problem band. Yo probably missed on that.

 

 

Cheers,

Aashish