Open coader opened 2 years ago
Hi @coader , please see https://github.com/ant-design-blazor/demo-reuse-tabs#more-options
I didn't think there was any way to get the title in
Hello,
Actually, when user change (inside app) tab selection, the PageTitle of the tab browser stay "AntDesign ReuseTabs".
Is it possible that the PageTitle of the tab browser change and take into account the PageTitle tag when user change tab selection ?
<PageTitle>Home</PageTitle>
<PageTitle>Counter</PageTitle>
<PageTitle>Fetch data</PageTitle>
That works when you click on NavLink but not when you click on ReuseTab.
I make a mistake, tab header should not the same as page title, it's my fault, SPA will always keep page title and not change when switch tab
ok np @coader, but how to deal with ReuseTab if I don't want an SPA but an hybride app (beetween SPA and MPA) ? in order to create a PWA that can open some page in separate window ?
Hello @NilkOne , you can use iframe.
now only use url path as header by default , but it's always not what user want