I am trying to use mailto link in my app but when clicking that link, I am getting a screen saying
"Webpage not available and some error", although email application opens properly but I want to bypass that background error page.
Please note that I am using following code inside the button click:
window.open('mailto:alok1141@gmail.com?subject=Feedback: Competitive Aptitude');
Please suggest any way to avoid this background page. Image with background error screen