in the mobile, html a tag mailto attribute, if the system installed "mail application" (usually included in the system), it can jump normally-no problem.
<a href="mailto:xxx@com.cn">Report a problem</a>
however, if the email application in the system is uninstalled (especially Android), there is no prompt and directly lose response, is there any reasonable remedy for this situation?