0

How to make a phone call via jquery mobile.

here is the code which iam trying.but it is not functioning both emulator and the real device.

  <li><a href="#"  "tel:012345678">Call</a></li>

please help.

4

1 回答 1

1

尝试这个:

<li><a href="tel:+012345678">Call</a></li>
于 2013-10-31T10:40:15.443 回答