With branding set to true, the window title can be set. This, however, is preceded by the name of the solution and the name of the form; neither of which is relevant to the end user.
Is it possible to remove this from the window title bar? It looks really unfinished for a deployed application.
Even without branding set to true you can set the solution name and form names. Both objects have a property ‘titleText’. When you set that to ‘’ (yes, with the angled brackets) then they won’t show in the title.
This has been possible since version 1.x
In NG, you can change your pages easily by creating an NG service yourself and create a function that will set anything you like. In this case the window title.
If you already have your own service, I’d say this is a 5 min. job.