I am developing a web application for android. if my web page contains any email address and user click on that then browser opens mail client dialog box even i have not attached any mailto link for those address.for example: [email protected] if you click on text [email protected] in android browser it will open mail client.it works fine for iphone. because of this my own attached click event is not getting fired.
Expected Result : mail client dialog box should be open only if i have attached mailto link.
please help me how to get rid of this auto opening mail client dialog box when i have not attached any mailto link.
is there any way to stop it from javascript or any other possible solution.