Skip to content
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

[FEAT] Share via Vocechat PWA #205

Open
PhilGoud opened this issue Sep 16, 2024 · 0 comments
Open

[FEAT] Share via Vocechat PWA #205

PhilGoud opened this issue Sep 16, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request unconfirmed not confirmed by developer

Comments

@PhilGoud
Copy link

Is your feature request related to a problem? Please describe.
I can't share via Vocechat webapp because the manifest dosen't allow it AND the api doesn't have a way to allow sending a message THEN telling to whom

Describe the solution you'd like
a /share endpoint would be nice

and a manifest with these lines added :

"share_target": {
"action": "/share",
"method": "POST",
"enctype": "application/x-www-form-urlencoded",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
},

Additional context
The function is active in the webapp with le lines i pasted before, but as there is no way to get to a /share endpoint, i can't do anything.

That would be realllly nice :)

@PhilGoud PhilGoud added enhancement New feature or request unconfirmed not confirmed by developer labels Sep 16, 2024
@PhilGoud PhilGoud changed the title [FEAT] [FEAT] Share via Voceapp PWA Sep 16, 2024
@PhilGoud PhilGoud changed the title [FEAT] Share via Voceapp PWA [FEAT] Share via Vocechat PWA Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request unconfirmed not confirmed by developer
Projects
None yet
Development

No branches or pull requests

2 participants