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

Is there a way to feature-detect Web Share Target support? #104

Open
tomayac opened this issue Apr 19, 2021 · 2 comments
Open

Is there a way to feature-detect Web Share Target support? #104

tomayac opened this issue Apr 19, 2021 · 2 comments

Comments

@tomayac
Copy link

tomayac commented Apr 19, 2021

The Web Share API can be feature-detected by checking for 'share' in navigator (and for 'canShare' in navigator if you need file sharing support), but is there a way to feature-detect the Web Share Target API? I'm not aware of one.

@ewilligers
Copy link
Collaborator

No, I do not think there is a way.

@tomayac
Copy link
Author

tomayac commented Apr 22, 2021

Thanks for confirming. If we were to implement what #84 suggests, then there would be :-) I vouch for #84 independent from my Issue, but it would fix mine as a side effect.

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

No branches or pull requests

2 participants