Jaifroid

Results 751 comments of Jaifroid

@sharun-s , @mossroy , I'm away in Paris this weekend from later today, back Tuesday, so I have to pause on the dev work till then. Have a nice weekend!

@mossroy Having ported @sharun-s 's DirEntry cache code to Kiwix JS Windows some time ago (it's been in since the first release of the app in the MS Store), I...

Commit https://github.com/kiwix/kiwix-js/commit/871836c036a6ae4ad86386d62031bfe85c0db7b8 implements the cssBlobCache. Of the two, dirEntryCache and cssBlobCache, it is the latter that makes the most dramatic difference, because the css is very slow to load, and...

PS the branch for testing is: https://github.com/kiwix/kiwix-js/tree/Backport-CSSCache

PPS As the comment in the code suggests, it may be sufficient to insert the cache clearing code in setLocalArchiveFromArchiveList , but I've fiddled too much with that part of...

Hmm, I spoke too soon about it working in FFOS. It appears to work, but it's having trouble loading CSS refs that look like this: `` I'm getting this error...

OK, I think FFOS is seeing blob: URLs as remote URLs. According to https://developer.mozilla.org/en-US/docs/Archive/B2G_OS/Firefox_OS_apps/Building_apps_for_Firefox_OS/CSP , on FFOS: > Remote styles are banned > All tags must link to files in...

Turned out to be a lot easier to cache the raw CSS than I thought it would be. See https://github.com/kiwix/kiwix-js/commit/ca88b37f88054463f3a86dcde4320e74c76eb654 . This now works on the FFOS simulator and the...

Bootstrap 5 does not officially support IE11 or Edge

@Bam92 This one is a bit complex, unless you have experience with Bootstrap. In particular, the lack of support for IE11 would complicate this upgrade (as in my previous comment)....