8000 Navigation bar is always visible when I use ApplicationChrome · Issue #7 · zeh/unity-tidbits · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Navigation bar is always visible when I use ApplicationChrome #7
Open
@diegoleao

Description

@diegoleao

Whenever I set anything about the status bar in ApplicationChrome, the navigation bar also becomes visible. I found out that this line was doing it, removing it solved the problem:

if (Screen.fullScreen) Screen.fullScreen = false;

Is there a reason for this fullScreen to be always set "false"? Is it because of older APIs?

My modified source is attached.
ApplicationChrome.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0