fix: use Nextcloud iOS deep link scheme
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 11s

This commit is contained in:
Kroonk
2026-05-21 22:55:17 +02:00
parent 4bb07122ac
commit cde4035eb3
4 changed files with 5 additions and 5 deletions

2
app.js
View File

@@ -62,7 +62,7 @@ function isMobileDevice() {
function getMobileUrl(service) {
if (service.id === 'drive') {
return 'nc://';
return 'nextcloud://openFiles';
}
return service.mobileUrl;
}