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

Consider using new Document Picture-in-Picture API for Chromium browsers #518

Open Jaifroid opened 10 months ago

Jaifroid commented 10 months ago

This would allow the PWA to be open as a picture-in-picture window over other windows. This would mostly be useful on mobile, I think, as on desktop it doesn't really do anything that existing window.open() would not already do, except perhaps allow the opened window to be always on top. See https://github.com/WICG/document-picture-in-picture/blob/main/README.md for more info.