kiwix-js
kiwix-js copied to clipboard
Fully portable & lightweight ZIM reader in Javascript
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...
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...
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...
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.
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...
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...
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...
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. 
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...