I created a function to copy the mail address from the footer instead of using the "standard" mailto:... link. This decision was made because I think that the time for mail programs on desktop is largely over. On mobile this link is more useful though, since everyone has an email app on mobile. Implement a check if the viewing device is a mobile device and change the link accordingly.
I created a function to copy the mail address from the footer instead of using the "standard"
mailto:...link. This decision was made because I think that the time for mail programs on desktop is largely over. On mobile this link is more useful though, since everyone has an email app on mobile. Implement a check if the viewing device is a mobile device and change the link accordingly.