Jaifroid

Results 751 comments of Jaifroid

Now working in ServiceWorker mode! The trick was that we cannot have two Service Workers controlling the chrome-extension domain, so it is necessary to run our service-worker as the backgroundscript...

Libzim is now working in #984. I had to recompile the WASM with `-s DYNAMIC_EXECUTION=0`. Only the WASM is currently done, not ASM. Incidentally, new javascript-libzim release now supports this...

PR #984 pretty much ready for merging pending final tests.

you're right, it works natively in Service Worker mode, and we said we wouldn't add more code to jQuery mode. Only exception might be if it turns out to be...

Agreed, and fixing this would require intervening in the HTML of the landing page at reader level, which is against the philosophy of this Repo.

We already have a global params object, it's just that we don't use it consistently throughout, and we use a number of other variables to set the UI.

> Can I work on this issue. Thank you for the offer. However, we need to decide what we actually want. I don't think an extra button in the UI...

> SoWe Can Also Fix It By Another Way > > When we scroll down At that time we will hide the bottom bar and on scroll top we will...

Finally solved with #1142 -- after all these years.....