kiwix-js icon indicating copy to clipboard operation
kiwix-js copied to clipboard

Fully portable & lightweight ZIM reader in Javascript

Results 188 kiwix-js issues
Sort by recently updated
recently updated
newest added

Quite a few functions exported in `util.js` are unused currently in the app. Some may be interesting techniques that we want to keep for reference, but then we shouldn't expose...

good first issue
cleanup

While we said we would not optimize jQuery mode any further, this looks like a bugfix. Recent Gutenberg ZIMs seem to rely on font files donwloaded form the ZIM to...

regression
bug-non-critical

This issue exists in our current code, but it will be exacerbated by #764 / #771 and will particularly affect the Firefox extension. It is also an accessibility issue (flashing...

user interface
accessibility

https://mirror.download.kiwix.org/zim/.hidden/dev/alcohol_meta_stackexchange_com_2021-08.zim has a responsive design : the Questions/Tags/Users/About items that appear on the left side on large screens should be moved at the top on smaller screens : * With...

bug

This is a follow-up of #751 In case of a ZIM file with bad content in it, or a ZIM file that fetches bad content from the Internet, it could...

enhancement
security

This is a follow-up of #751 : `unsafe-eval` was needed to allow WASM in chromium extensions. The goal of this issue to allow only what is necessary. Problem is that...

enhancement
security

With http://tmp.kiwix.org/alcohol_meta_stackexchange_com_2021-08.zim , if you open the "About" page of its content, you have this content in ServiceWorker mode : ![image](https://user-images.githubusercontent.com/890923/130270860-5df7e8fb-e34c-46fa-910d-14cacf7d76cb.png) but you have this in jQuery mode : ![image](https://user-images.githubusercontent.com/890923/130270926-33fa03f1-2577-4981-83be-d4112d238ac2.png)...

bug-non-critical

This is point 1 discussed in #725. Rather than a new feature for jQuery, I see it as code cleanup, and it will prevent seeing so many "violations" for adding...

enhancement
cleanup

As per title. One workaround is to wait for the transition to complete (around 500 - 600ms), but this introduces a race and might not work on slow browsers or...

regression

This issue is a combination of #267, #304 and #337 (all of which are issues concerning the UI). The aim is to backport a version of the Bootstrap UI used...

enhancement
user interface