This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
[Enhancement]: Use Web Share API when clicking Share #621
mxdanger
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The feature you would like
It would be a good idea to implement the Web Share API when clicking on the "Share" button by updating the
copyToClipboard
method as seen here: /vueapp.js#L1150 to invokenavigator.share()
and fall back to the previous copy to clipboard experience if it's not possible to invoke. This allows the user to have a more consistent experience with other native windows apps that use the Windows Share data popup. This means the user can quickly copy to clipboard if that's what they want or the ability to share the link to any other Windows app.Pseudocode Example:
Related links:
Alternatives and Other Information
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions