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
187 stars 31 forks source link

When loading an openzim archive after having opened a Zimit-based archive, sliding away of headers/footers is broken #510

Closed Jaifroid closed 10 months ago

Jaifroid commented 10 months ago

Sigh. Something is not reset. The issue is that we have two iframes to control: the standard Kiwix JS iframe (articleContent), and the nested Replay iframe (replay_iframe). Switching between them shouldn't be hard...