You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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
});
"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
The text was updated successfully, but these errors were encountered: