1
我正在嘗試使用以下git存儲庫中的telephonenumber插件:https://github.com/macdonst/TelephoneNumberPlugin.git並且我不斷收到空字符串而不是電話號碼。沒有錯誤,調用成功函數。cordova telephonenumber插件返回空字符串
我用科爾多瓦3.0,這裏的代碼我如何使用插件:
var telephoneNumber = cordova.require("cordova/plugin/telephonenumber");
telephoneNumber.get(function(result) {alert(result);}, function() {alert("FAILED!");});
,是的,我deviceready事件後調用它:)我甚至安裝調用它每隔數計時器秒,但我得到的結果是空字符串。有任何想法嗎?
謝謝!
事實上,如果我去設置 - >關於手機 - >狀態我看到一條線叫「我的電話號碼」,值是「未知」。謝謝您的回答。 – 2014-10-26 18:07:35