Change the title of a screen from JavaScript

Can I change the title of a screen from JavaScript? Screen Home (for instance) has a property 'title' but I can't find a way to change it. I read for the browser version that this is 'Enterprise only" but I'm unsure if that is true for mobile.

Does this approach work for you? If you want to be able to update the title imperatively I'd recommend a temporary state variable.

Hahaha. That works great for me (it's in localStorage).
Thanks!

1 Like