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

Support native javascript share functionality #1255

Closed
Lorentz83 opened this issue Feb 19, 2024 · 1 comment
Closed

Support native javascript share functionality #1255

Lorentz83 opened this issue Feb 19, 2024 · 1 comment

Comments

@Lorentz83
Copy link

Currently it is possible to enable buttons to share the feed item across various platforms (gmail, facebook, tubler...).

It would be nice to add support for native Javascript share() method (https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share).

This integrates very well with Android (and I suppose IOS too) using the system's share UI. This allows to share the link with virtually any app installed.

As a bonus, if the current browser doesn't support or doesn't allow this functionality, it would be nice to fallback on a simple modal window which allows to copy the page URL.

Thanks!

Athou added a commit that referenced this issue Apr 1, 2024
@Athou
Copy link
Owner

Athou commented Apr 1, 2024

Done!

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants