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

WebView Android navigator.share is not supported #178

Open
YoavAtzmon opened this issue Oct 8, 2024 · 0 comments
Open

WebView Android navigator.share is not supported #178

YoavAtzmon opened this issue Oct 8, 2024 · 0 comments

Comments

@YoavAtzmon
Copy link

"Now, it will use the native share panel if it is available (only available on mobile devices) and, if not, it will enable an HTML structure in your page showing options for your users."

It now working , it's not showing any HTML structure

This is the use in my code
navigator.share({
title,
text,
url
});

"react": "~18.2.0"
"next": "^14.1.1"
"share-api-polyfill": "^1.1.1",
"@types/share-api-polyfill": "^1.0.5",

Thanks

Yoav

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

1 participant