Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好,我正在 phonegap 和 android 设备中开发应用程序。我想从我的应用程序中拨打电话,但它不工作。
我正在使用以下代码进行电话通话
window.location = 'tel://9999999999';
但它不工作。请任何人帮助我。
我也包括了cordova2.5.js。
把它改成怎么样window.location.href = 'tel:9999999999';
window.location.href = 'tel:9999999999';