-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Title of HTML page is not updated anymore in 3.0 #298
Comments
Should the page title include only the video title (e.g., |
@dan-niles At this stage, I would do it like it was before, so only the video title. Same for playlist page, etc... |
This is not really a regression but an intended change, discussed in #227 The reason behind it is that we know have one single HTML entry. And the content is dynamically updated with JS. We could hence also update the title dynamically from JS (this is the PR). I tried and failed in kolibri (but maybe my code was different, I do not recall). As far as I remember, some readers where not detecting the dynamic change of document title at all (not really a problem but a waste of code/energy) and some other readers (kiwix-serve if I'm not mistaken) where mixing up titles in browser history: looked like page N had the title of page N-1 in history. |
I did not intended to close this issue at all, sorry, missclick. |
I will test the ZIM built in the PR and revert. |
As mentioned in #300 (review), I did not experienced again the issues I experienced with Kolibri. I'm probably not as a good frontend dev as @dan-niles ^^ Glad it works as expected. |
All the pages have the same title, see:
The text was updated successfully, but these errors were encountered: