"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