Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/69.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/excel/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用Jquery Mobile进行电话呼叫操作?_Jquery - Fatal编程技术网

使用Jquery Mobile进行电话呼叫操作?

使用Jquery Mobile进行电话呼叫操作?,jquery,Jquery,我正在用Jquery mobile创建一个web移动应用程序,我将此电话按钮放在meu工具栏中: <button class="ui-btn ui-shadow ui-corner-all ui-btn-icon-left ui-icon-phone">Ligar</button> Ligar 我很难找到一个教程来教我如何在手机中创建呼叫动作。我找到了 我将使用我的例子 <button class="ui-btn ui-shadow ui-corner-all

我正在用Jquery mobile创建一个web移动应用程序,我将此电话按钮放在meu工具栏中:

 <button class="ui-btn ui-shadow ui-corner-all ui-btn-icon-left ui-icon-phone">Ligar</button>
Ligar
我很难找到一个教程来教我如何在手机中创建呼叫动作。

我找到了

我将使用我的例子

<button class="ui-btn ui-shadow ui-corner-all ui-btn-icon-left ui-icon-phone"><a href="tel:+1800229933(YOUR NUMBER)">Call</a></button>

然后添加:

    <meta name="format-detection" content="telephone=no">
    <meta http-equiv="x-rim-auto-match" content="none">


<a href="tel:5551234567">Call Me</a>