Help with Application.MainPage and set title page (browser tab title), or how to change title in runtime? What about dinamic favicon?

0
0

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!

  • You must to post comments
0
0

Hi Ser,

Application.Title is now available with the latest development build (1.3.27).

Best regards
Frank

  • You must to post comments
0
0

Thanks.
I would like if i could set Application.FaviconUrl = [url] and Application.FaviconImage = [image object]

  • You must to post comments
0
0

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

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.