Hi
When I change page with Application.MainPage, I want to change page title too (title in browser tab).
Or how to change (in code) page title in current/active page?
If posible i want to change favicon too…
Any advice or alternative!
Thanks in advance!
Hi Ser,
Application.Title is now available with the latest development build (1.3.27).
Best regards
Frank
Thanks.
I would like if i could set Application.FaviconUrl = [url] and Application.FaviconImage = [image object]
Hi Ser,
thanks for your suggestion. We have logged an enhancement request to add Application.Title and also set
the title to be set automatically when the page is shown.
As a workaround you can use: Application.Eval(“document.title = ‘title'”);
Best regards
Frank
Please login first to submit.