[TIMOB-15113] iOS: Modal window does not have navigation bar
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-09-12T22:28:50.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2013 Sprint 19, 2013 Sprint 19 API |
Components | iOS |
Labels | n/a |
Reporter | Davide Cassenti |
Assignee | Vishal Duggal |
Created | 2013-09-10T15:29:25.000+0000 |
Updated | 2017-03-22T21:47:16.000+0000 |
Description
Description of the problem
Opening a modal window with navBarHidden set to false does not show the navigation bar with the titleSteps to reproduce
Use the following code:
var win = Titanium.UI.createWindow({
title : 'Modal',
backgroundColor : '#bbb'
});
win.open({
modal : 'true',
navBarHidden : false
});
The navigation bar does not show up. This worked in SDK 3.1.2 (both iOS6.1 and iOS7).
This is a concious change. If you want a navigation bar in a modal window open a Ti.UI.iOS.NavigationWindow with modal true
Closing ticket as invalid with reference to previous comments.