the Android app, does not support editing files and the search functionality does not use tika.
In the web app, both things work perfectly.
But the web app / PWA does not support the android "send to" Feature for sending files to opencloud.
please integrate the "send to" feature in the web app.
By integrating the share_target in the web app manifest.
"share_target": {
"action": "/share",
"method": "POST",
"enctype": "multipart/form-data",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
}
Thank you!
the Android app, does not support editing files and the search functionality does not use tika.
In the web app, both things work perfectly.
But the web app / PWA does not support the android "send to" Feature for sending files to opencloud.
please integrate the "send to" feature in the web app.
By integrating the share_target in the web app manifest.
"share_target": {
"action": "/share",
"method": "POST",
"enctype": "multipart/form-data",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
}
Thank you!