kiwix / kiwix-js-pwa

Kiwix JS Offline Browser implemented as a Progressive Web App (PWA), and packaged as Electron, NWJS and UWP apps for Windows and Linux.
https://pwa.kiwix.org
GNU General Public License v3.0
177 stars 29 forks source link

When opening a legacy Wikipedia file (e.g. 0.5), the info on how to read it disappears after a few seconds #557

Closed Jaifroid closed 7 months ago

Jaifroid commented 7 months ago

The info merely says "switch to jQuery mode", but it's easy to miss because of auto-dismiss code.

I either need to prevent auto-dismiss from dismissing the info for such types, or else auto-switch the user to jQuery mode and pop up a dialogue box explaining why. If we auto-switch, it should be temporary until the next ZIM archive is loaded. That shouldn't be too complicated.