I am currently developing a website using angular 18.
I tried to share the title, text, and url using the window.navigator.share(title, text, url) function.
However, it worked well in edge, but in chrome(127), only the url was shared and the title and text were not shared.
So I tried to use mailto, but it worked in firefox or edge, but when I set the default email app to chrome in window, mailto did not work in chrome and there was no response when I pressed the button.
Please help.
https://stackblitz.com/edit/mailto-links-for-assets?file=src%2Fmain.ts is not working in chrome 127.
And also, window.navigator.share(title, text, url) is not working too.