-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Document how to make a cozy-app compatible with Offline mode #1245
base: feat/open_only_compatible_apps
Are you sure you want to change the base?
Conversation
e5b5c44
to
6145f49
Compare
|
||
## Manifest.webapp | ||
|
||
The Flagship app needs to know if a cozy-app is supports Offline mode before opening it. This allows to display a dedicated error when trying to open a cozy-app while being offline and when the specified cozy-app does not support this mode. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is supports
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very clear.
Do you think a diagram with every communication between the cozy app and the flagship app and how (cozy-client, webview intent) is interesting ? (if yes, maybe not in this repo)
4ef2f30
to
9658b22
Compare
6145f49
to
67105a5
Compare
9658b22
to
40f24ca
Compare
67105a5
to
e944740
Compare
40f24ca
to
35e7c9a
Compare
e944740
to
b5b8e4f
Compare
35e7c9a
to
8e624d4
Compare
b5b8e4f
to
79e8ac5
Compare
8e624d4
to
1cca1f6
Compare
79e8ac5
to
59a4031
Compare
This PR documents how to make a cozy-app compatible with Offline mode