I need to trigger a classic mailto:mail@mail.com
link in a Angular 2 website, but i've found that my machine's (windows 10) "mailto" protocol is associated with "chrome" and not with "mail" app. I need to alert the user if this thing happens, but i don't know how to access to this information.
If i manually associate (within Windows Control Panel) the "mailto" protocol to Mail App, everything works fine (chrome, ie, edge, etc...).
Is there a way to do that in Javascript or Angular 2?