Skip to content

Commit 9566278

Browse files
author
zhangyonghong
committed
update
1 parent 2614d59 commit 9566278

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

css.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,4 +301,14 @@ user-select:none;
301301
```
302302

303303
- 第二种方案:
304-
- 将type="number"改为type="tel",同样是数字键盘,但是没有箭头。
304+
- 将type="number"改为type="tel",同样是数字键盘,但是没有箭头。
305+
306+
- [HTML5手机浏览直接给一个号码打电话,发短信](http://java-er.com/blog/html5-mobile-call-sms/)
307+
308+
```html
309+
<a href="tel:15222222222">移动WEB页面JS一键拨打号码咨询功能</a>
310+
<a href="sms:15222222222">移动WEB页面JS一键发送短信咨询功能</a>
311+
`移动web页面自动探测电话号码`
312+
<meta name="format-detection" content="telephone=no">
313+
<meta http-equiv="x-rim-auto-match" content="none">
314+
```

0 commit comments

Comments
 (0)