H5 调用 手机软件的功能
Posted wfblog
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了H5 调用 手机软件的功能相关的知识,希望对你有一定的参考价值。
1、调用 邮件 : 参考 https://blog.csdn.net/github_38516987/article/details/77637546 (亲测有效)
<a href="mailto:[email protected]">发送邮件</a>
2、调用 拨打手机
<a href="tel:400-888-9999">400-888-9999</a>
3、调用 短信
<a href="sms:10086">发送</a>
3、调用 照相机 : 参考 https://blog.csdn.net/qq_19872525/article/details/81176002(亲测有效,在手机端)
<input type="file" id=‘image‘ accept="image/*" capture=‘camera‘>
4、调用 摄像
<input type="file" id=‘video‘ accept="video/*" capture=‘camcorder‘>
5、调用 相册
以上是关于H5 调用 手机软件的功能的主要内容,如果未能解决你的问题,请参考以下文章