Contents of titlebar

Is it possible to change the browsers titlebar?
I would like to give the user some context per page.
image

This is not possible out of the box at the moment. I am logging it as a feature request. We will probably display the name of the page in the title.

A workaround is to Execude the following code when the page loads

document.title = "Title you want to display"

1 Like