Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15113] iOS: Modal window does not have navigation bar

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionInvalid
Resolution Date2013-09-12T22:28:50.000+0000
Affected Version/sn/a
Fix Version/s2013 Sprint 19, 2013 Sprint 19 API
ComponentsiOS
Labelsn/a
ReporterDavide Cassenti
AssigneeVishal Duggal
Created2013-09-10T15:29:25.000+0000
Updated2017-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 title

Steps 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).

Comments

  1. Vishal Duggal 2013-09-12

    This is a concious change. If you want a navigation bar in a modal window open a Ti.UI.iOS.NavigationWindow with modal true
  2. Lee Morris 2017-03-22

    Closing ticket as invalid with reference to previous comments.

JSON Source