언어 설정

Menu
Sites
Language
Indicator panel issue

Hi,
The indicator panel disappears in all rotations except the natural one (portrait) regardless of the indicator mode.


Thanks
Manos

Responses

2 댓글
Alex Dem

Hi,
I don't sure that indicator should be supported for landscape mode and I did not face such apps . Only for portrait. I think it is normal behaviour.
Alexey.

Alex Dem

Hi,

fyi: of course in landscape mode indidcator is not shown at once, even if:

elm_win_indicator_mode_set(ad->win, ELM_WIN_INDICATOR_SHOW); 
elm_win_indicator_opacity_set(ad->win, ELM_WIN_INDICATOR_OPAQUE);

but indicator could be shown if you drag it manually from top of the screen in landscape mode.If you have configured indicator this way:

elm_win_indicator_mode_set(ad->win, ELM_WIN_INDICATOR_SHOW); 
elm_win_indicator_opacity_set(ad->win, ELM_WIN_INDICATOR_TRANSPARENT);

you should drag indicator to do visible in both modes (landscape/portrait).

Alexey.