Mossroy
Mossroy
In Firefox OS, QRcode decoding is not built-in : it is implemented in some applications available on the Marketplace. It also might be implemented in Evopedia/Kiwix application itself too. Regarding...
It's clearly not a priority, and is probably not easy to implement. But not sure it's really a wontfix yet.
> Maybe just load https://library.kiwix.org for example? I don't see what you mean by that. Is this a duplicate of #114 ? So far, we did not implement anything to...
Thanks for this useful link. What you already commited in the branch looks promising. Why couldn't the transition be tested in one shot? Because I think it's necessary to check...
Regarding React, it's probably another github issue to create and discuss on. I don't really see what would be its benefits for us, for now
I'm sure it won't be that easy. But the prototype is encouraging: as you can see in https://github.com/kiwix/kiwix-js/pull/766/files#diff-484c9e8aa09e09b8eb1fafaf55e8eadcd0eaab230e38d02bb9440841bfa090a4R1579 , I could somewhat easily replace the backend. It can certainly be...
This proposal needs more thinking IMHO. First, we need to keep in mind that we need to replace our custom javascript backend implementation with an emscripten compiled version of libzim/kiwix-lib....
Regarding the user experience, another way to handle that would be to hide this feature in the UI, and have a "secret" way to show it. This would allow to...
The most important part is the C "glue" code that allows to call libzim from javascript (currently in file demo_file_api.cpp). Note that, in the mid-term, compiling the libzim itself should...
Listing and downloading ZIM files from the app is currently not implemented in kiwix-js. We simply point to https://download.kiwix.org/zim/. @Jaifroid has implemented some logic inside kiwix-js-windows (without OPDS)