Closed rgaudin closed 11 months ago
@rgaudin How big of a problem is that for Kiwix Hotspot? I don't remember that this page was very important as tiles are providing links direct to the books.
We don't use home page but we use the reader for the toolbar : link to home, search and suggestions.
@rgaudin OK, serious problem here. Do we have a way to reproduce this behaviour on a recent OS? Do we have a way to way to have a portable version of such a very old browser?
What about the nojs endpoint (https://library.kiwix.org/nojs) ?
I don't know what's possible but here's what I did:
msconfig
-> Services -> Untick both Google update servicesC:\Program Files (x86)\Google\Update
folder (I used NoUpdate
)Trusted Root CA
)What about the nojs endpoint (https://library.kiwix.org/nojs) ?
Of course this works but it uses /content
so there's no toolbar
@rgaudin will have a look to assess how the solutions could look like. In particular we should assess if the code can not be fixed within a few hours to work on these older browsers.
@rgaudin @mgautierfr Considering this ticket is blocking release of 13.0.0
and that this release is necessary to move forward on our Apple custom app effort. I would propose to move it to a 13.0.1
milestone. Would not change the priority, but remove a dependence.
ok
I've looked into it a bit and the result is that it's not easy. That Chrome version is really old and lacks tons of features (that we are currently using) such as let
and const
variable declaration, async
functions, arrow functions, functions default params.
As discussed yesterday, we've decided to close this as not-planned.
Chrome 43 (on Android 5.1.1) is a very old (~2015) browser that is unfortunately being used by thousands of devices with Kiwix Hotspot.
The new kiwix-serve reader doesn't work on it
Console
I see that even ES6 is not supported in this version
Viewer doesn't work either
Console
ZIM content (
/content
endpoint) works