[TIMOB-10575] iOS: Disabling/enabling status bar hiding behaviour when fullscreen window opens
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2015-01-27T18:26:18.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | api, dev-invalidate |
Reporter | Hidayet Dogan |
Assignee | Vishal Duggal |
Created | 2012-08-16T02:21:19.000+0000 |
Updated | 2017-03-13T21:17:41.000+0000 |
Description
It would be nice to have an option to make status bar hidden or not when opening "fullscreen" window. Currently, it automatically hides the status bar. Window can have "hideStatusBar" option to enable or disable this behaviour.
For example:
var win = Ti.UI.createWindow({
fullscreen: true,
hideStatusBar: false
});
Made a pull request for this feature. I will update ticket with functional test code soon. See commit at: https://github.com/appcelerator/titanium_mobile/pull/2824
Here is the functional test code:
Here is the example code how I use fullscreen windows for HUD views and how I don't want it to hide status bar.
Closing ticket as the issue will not fix.