码迷,mamicode.com
首页 > 移动开发 > 详细

H5 调用 手机软件的功能

时间:2018-11-20 17:09:58      阅读:263      评论:0      收藏:0      [点我收藏+]

标签:照相   sample   log   NPU   ref   href   targe   lan   type   

1、调用 邮件 : 参考 https://blog.csdn.net/github_38516987/article/details/77637546 (亲测有效)

<a href="mailto:johndoe@sample.com">发送邮件</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 调用 手机软件的功能

标签:照相   sample   log   NPU   ref   href   targe   lan   type   

原文地址:https://www.cnblogs.com/wfblog/p/9989863.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!