Browser tab title not update from Navigator

Navigator works great for us except in regards to updating the browser tab title.
I wonder if there is a setting we need to apply for that?
Reuben

Just add a ViewChangeListener that calls Page.setTitle, or do it in your View.enter, or in your ViewDisplay.showView if you have a custom one.

Works great, thanks