mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-08-03 11:28:21 -04:00
Update in-app info about File Handling (#491)
This commit is contained in:
parent
944452584d
commit
a49617c1fb
@ -10,7 +10,8 @@ See also: [ [Install PWA](Install-PWA.md) ] [ [Folder picking](F
|
||||
|
||||
In Chromium browsers (Chrome, Edge, Brave, etc.), an Install button will show in Configuration. In Safari on macOS you can use File ->
|
||||
Add to Dock, and in Firefox (desktop), you can bookmark the app. The demo shows file handling in a Chromium browser on Linux, but it's
|
||||
exactly the same process on Windows and macOS. For Firefox and Safari, see "What about Firefox and Safari?" below.
|
||||
exactly the same process on Windows and macOS. For Firefox and Safari, see "[What about Firefox and Safari](#what-about-firefox-and-safari)?"
|
||||
below. We also have a demo page with more info about [Installing the PWA](Install-PWA.md).
|
||||
|
||||
## The File Handling API is available on Chromium desktop browsers
|
||||
|
||||
@ -20,7 +21,7 @@ allowing the app to always open ZIM files.
|
||||
|
||||
## What about Firefox and Safari?
|
||||
|
||||
In all browsers, you can drag and drop a file from the file exploer, with very similar effect to the File Handling API. However, you might
|
||||
In all browsers, you can drag and drop a file from the file explorer, with very similar effect to the File Handling API. However, you might
|
||||
find it more convenient to put all your ZIM archives in one folder and [open the folder](Folder-Picking.md) from within the app. Then you
|
||||
can very quickly switch between archives. For a really seamless experience, consider using the [Private File system](Demo-OPFS_all_features.md)
|
||||
on (Firefox and Chromium) browsers.
|
||||
|
@ -30,7 +30,8 @@ your selected archive or folder between app launches. If you install the app, it
|
||||
these APIs provide a near-native experience.
|
||||
|
||||
When installed, the first time you launch a ZIM archive from the file system, you will be asked for permission to open this type of file (this prompt isn't shown in the demo above).
|
||||
If you grant this permission permanently (tick the check box), you won't be bothered by future permission prompts when opening a ZIM from anywhere on your PC.
|
||||
If you grant this permission permanently (tick the check box), you won't be bothered by future permission prompts when opening a ZIM from anywhere on your PC. For more information,
|
||||
see our [File Handling demo](Demo-FileHandling.md).
|
||||
|
||||
When you open a ZIM archive or folder *from within the app* (from Configuration), you are asked for permission to access the file or the folder containing your ZIM archives. On next
|
||||
launch, the selected file or folder is remembered. When you click on the archive name, you are given a quick permissions prompt (just once per launch). This is a security feature of
|
||||
|
Loading…
x
Reference in New Issue
Block a user