Hi,
Page title shows if I configure a navigationview with
but if I push() a view then the view's title is not displayed.Code:items: [ { xtype: 'mainlist', title: 'Contacts'} ]
Does the navigationview not take the "title" property of the view being pushed and show it in the titlebar?