I compiled my program. I have given the App.name at compilation time which is noted in the startup html file as <title> correctly. As soon I start the App this Title flashes for a very short time in the Browsers TAB but then is overwritten by complete url.
I checked the site by browsers inspector and found that no title is given (<title></title>)
Where can I set up the title for permanent appearence?
Thanks for hints.
[Edit 21.05.2024 10:44h]
For now I just have given at the beginning of my code the js codelineNow title is correct.Code: Select all
!document.title="New Title"
However I think it may be a bug