webapp page title

Hi
webpage.title=“mytitle” doesn’t work (Im using Chrome)
I still get the page “Untitled”, what should I do ?
thanks

Can you provide more information? It’s working fine in my test.

Where is this code? How is it called? Does it work in another browser? Does it work if you change the Title property in the Inspector?

Simple test, this code in button Action event:

WebPage1.Title = "mytitle"

Result:

No it doesn’t work on the inspector either.
I also tried on Edge - it seems like it is completely ignored and not executed.
??

Mac or PC or Linux.
Works for me
Version of chrome
Operating system version if windows and I will try it here

[quote=410603:@Horacio Vilches]No it doesn’t work on the inspector either.
I also tried on Edge - it seems like it is completely ignored and not executed.
??[/quote]
How about providing a sample project so we can see what you are doing.

My fault! - I just realized I had created a property with the same name that it overshadaowed the title.