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

This issue supersedes #314. I wrote there that there is not much call for nightly signed versions, and that we haven't been able to sign these programmatically for a number...

regression
build
extensions

Following on from #1123, a "universal" messaging solution could be provided without altering the DOM in the messaging channel by leveraging the global `appState` object. At various points in the...

backend
user interface

Similar to, but not exactly the same issue as #787, I notice this flashing particularly in jQuery mode. When in light theme, it flashes to dark between article loads, and...

user interface
accessibility

See https://github.com/kiwix/kiwix-js-windows/issues/445 and the fix (which would need adapting here) https://github.com/kiwix/kiwix-js-windows/pull/448.

not-main-usage
bug-non-critical

I think I fixed the same issue in KJSWL a couple of months ago, and I thought it was an issue with the code there, but it turns out to...

bug
regression

We claim to support Safari >= 11.3, which is the first one that supports Service Workers. However, we can't unfortunately test ServiceWorker mode on Safari at all on BrowserStack because...

tests
build

We currently prioritize title search over full-text search results, because title search tends to be more accurate, and if we get enough title-search results, we might never actually load the...

enhancement

Probably no-one cares about IE11, but it's a good proxy for older browsers. Probably the Font Awesome icon library has dropped support. Maybe a Polyfill is needed. ![image](https://user-images.githubusercontent.com/4304337/233347382-5f00dc17-6cd4-49f9-b3b4-bb6a5792eb2b.png)

bug
not-main-usage
regression

I have added some code that I wrote while thinking about #240 to load the archive from a url . It is on the [perftest](https://github.com/sharun-s/kiwix-html5/network) branch. So for example the...

There is probably a better way to modify bootstrap CSS. Maybe adding new CSS classes and using them (besides the standard bootstrap ones) might be enough to override what we...

enhancement