-
Notifications
You must be signed in to change notification settings - Fork 159
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
[web] Open in web or app banner #9139
Comments
Android Examples from other Services
Elements / features used
Google Meet link redirects to Play Store 🤔 |
More information: |
More information: |
iOS Examples from other Services
Elements / features used
|
Users will receive a link like this on their mobile device (mail, messenger etc):
Link opens Web in mobile browser, and performs a request against the unauthenticated
From the
This link will then open the mobile app. |
@micbar @tbsbdr @kulmann seems this doesn't work with password protected links:
There it only works when you
It doesn't work with the credentials from the owner of the resource:
|
The owner of a resource could query
Then construct the link with |
Doesn't work reliable:
|
FR for config option to disable: |
Description
User Stories
Value
Acceptance Criteria
If the user opens an ocis link on an ios/ipadOS or android device, the user should see in the mobile browser
[~tbaader]add scribbles
new config option in theme.json
mobile App scheme
(owncloud://...) default: "owncloud"Click on [Open in App] opens the file in the App
Note: If the user has no access to the corresponding resource, a errormessage is shown by the corresponding client
Implementation Note:
Definition of ready
[ ] everybody needs to understand the value written in the user story
[ ] acceptance criteria has to be defined
[ ] all dependencies of the user story need to be identified
[ ] feature should be seen from an end user perspective
[ ] user story has to be estimated
[ ] story points need to be less then 20
Definition of done
[ ] functionality described in the user story works
[ ] acceptance criteria are fulfilled
[ ] code review happened
[ ] CI is green
[ ] critical code received unit tests by the developer
[ ] automated tests passed (if automated tests are not available, this test needs to be created and passed
[ ] no sonar cloud issues
The text was updated successfully, but these errors were encountered: