libkiwix/static
Veloman Yunkan c1ad65d515 PDF-friendly book home button in the viewer
In firefox, when PDF content is displayed in the viewer, changing the
viewer URL in the address bar had no effect. The most prominent
manifestation of this bug was the broken book home button but the same
issue was present even if the fragment component of the viewer URL was
edited manually. The bug was a result of

1. an optimization preventing any actions if the new content URL is the
   same as the old content URL (this was needed to break the infinite loop
   of mutual updates of the top-window and content window/iframe URLs when
   any one of them changes).

2. sandboxing of the iframe and inability to access the content URL in
   iframe because of cross-origin restrictions when the content is a PDF
   displayed by the builtin viewer.

Now that issue is fixed. A slight remaining defect is that the
addressbar URL is still not updated when a PDF file is loaded/displayed
in the viewer.
2023-06-08 17:32:50 +04:00
..
skin PDF-friendly book home button in the viewer 2023-06-08 17:32:50 +04:00
templates A slight simplification of the mustache template 2023-04-18 14:45:51 +04:00
catalog_v2_searchdescription.xml /catalog/v2/searchdescription.xml 2021-06-08 20:37:00 +04:00
ft_opensearchdescription.xml Add searchdescription.xml endpoint 2022-06-03 15:46:41 +02:00
generate_i18n_resources_list.py Handling of translation jsons w/o the language name 2023-03-01 19:16:06 +04:00
i18n_resources_list.txt Updated the list of translations 2023-05-20 16:18:12 +04:00
meson.build Don't use `check` keyword argument on old meson. 2023-02-08 15:19:59 +01:00
navigation_feed.tmpl Introduce the server functionality in the kiwix-lib. 2019-08-11 11:30:43 +02:00
opensearchdescription.xml Root url is normalized once in the constructor 2021-06-08 20:37:00 +04:00
resources_list.txt Add download-links to tiles in /nojs 2023-03-29 19:02:56 +05:30
viewer.html Really enable Chromium to display PDFs in the viewer iframe 2023-04-10 16:42:21 +04:00