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、调用 相册

猜你喜欢

转载自www.cnblogs.com/wfblog/p/9989863.html