简体   繁体   中英

How to create a link that rings a telephone number on a mobile?

Is it possible to create an image that when pressed (on a mobile), it rings the number? or puts the number into the handset ready to ring?

I'm sure I've seen something like this before on mobile websites.

这个HTML标签应该可以完成您要执行的操作:

<a href="tel:+1234567890">Call me!</a>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM