Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-10575] iOS: Disabling/enabling status bar hiding behaviour when fullscreen window opens. #2824

Closed
wants to merge 4 commits into from

Conversation

hdogan
Copy link
Contributor

@hdogan hdogan commented Aug 24, 2012

Initial commit for TIMOB-10575. Property name can be discussed.
Jira ticket will be updated for functional test.

https://jira.appcelerator.org/browse/TIMOB-10575

@hdogan
Copy link
Contributor Author

hdogan commented Aug 24, 2012

Updated JIRA ticket with functional test code.

@negupta
Copy link
Contributor

negupta commented Aug 26, 2012

Signed CLA is in place.

@WhichKatieDid
Copy link
Contributor

I'm confused. What is the difference between of a fullscreen window with a status bar still there, as opposed to a window with nav and tab bars hidden? (Originally, fullscreen was used to mean 'status bar hidden')

@hdogan
Copy link
Contributor Author

hdogan commented Aug 28, 2012

Suppose that i have navigation bar with tabbar and i want to show progress hud which i do not want the user is able to click navbar or tabbar buttons. I use transparent fullscreen window and place progress hud view on it so it covers whole screen including navbar amd tabbar. Fullscreen window is automatically hides statusbar and shows it after closed. So whole application ui animated to up and down little. Which i don't like this behaviour personally.

This situatuion only occurs when your application has statusbar enabled (ie, not disabled by tiapp.xml nor using ti.ui api).

I can update the jira ticket with the example code to show how i use it.

@WhichKatieDid
Copy link
Contributor

Yeah, an example would be nice. How is this different from one invoked by KS's Base UI>Window (Standalone)>Window (plain) button? Or one with tabBarHidden and navBarHidden?

@hdogan
Copy link
Contributor Author

hdogan commented Aug 29, 2012

@BlainHamon I have updated ticket with example code how I use fullscreen windows for HUD views (ie, loading screens). purpose.

@hdogan
Copy link
Contributor Author

hdogan commented Aug 29, 2012

@negupta already signed about 7 months ago. See PR for reference #1329

@ghost ghost assigned WhichKatieDid Oct 1, 2012
@srahim
Copy link
Contributor

srahim commented Jun 4, 2013

@hdogan needs a resync with master- sorry :(

@hdogan
Copy link
Contributor Author

hdogan commented Jun 5, 2013

@srahim sorry I have no time to manage this pull request anymore. It was 10 MONTHS ago... You can close this issue or manually merge it if you wish.

@WhichKatieDid
Copy link
Contributor

Sorry about the delay. I'm going to opt for closing this, as there's a possible danger of opening a window not fullscreen with this property true, going fullscreen and hiding the status bar, then closing the window; it would fail to restore the state of the status bar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants