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
168 stars 26 forks source link

Fix failure to print HTML books in Gutenberg ZIMs #580

Closed Jaifroid closed 4 months ago

Jaifroid commented 4 months ago

Fixes #579.

So far, it can now print the HTML in the iframe, but images are not being retrieved.

Also fixes the bug with mobile vs desktop printing.

Jaifroid commented 4 months ago

Now working in SW mode and jQuery mode. Images fixed in jQuery mode.