-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add Web Share API button #67
Conversation
size-limit report 📦
|
Released in v2.2.0 🎉 |
Hello, thanks for the PRs! |
This should have been fixed in v2.2.2 via #71. Try clearing the cache in your browser, it may still load the version v2.2.1. I'll try to invalidate the cache on jsDelivr's side |
I don't think it's the browser cache. Tried the official https://shareon.js.org/ with Chrome and Firefox Focus and the web-share icon is not displayed. Also pinned CDN to v2.2.2 explicitly and doesn't work either. |
It's definetely an SVG issue. |
A temporary solution can be switch from
|
Weird, I didn't catch it in my Dev build! I'll reopen the other issue |
This PR includes code by @dourosdimitris from #64, more specifically 6358185 with some other fixes (icon, script).
Closes #63