移动相关HTML设置

电话

<a href="tel:10000000000"></a>

短信

<a href="sms:10000000000"></a>

防止图片的弹窗行为

<img src="1.jpg" style="-webkit-touch-callout: none"> 

手册

关闭英文状态下首字母大写

<input type="text" autocapitalize="off">

调用照相机

<input type="file" accept="image/*" capture="camera">

调摄像机

<input type="file" accept="video/*" capture="camcorder">

调用录音

<input type="file" accept="audio/*" capture="miccrophone">
    原文作者:sdbxpjzq
    原文地址: https://segmentfault.com/a/1190000009265771
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞