H5 调用 手机软件的功能

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 调用 手机软件的功能

上一篇:Java利用TCP编程实现简单聊天室


下一篇:springmvc 注解、json的正确配置