cordova telephonenumber插件返回空字符串

时间:2014-10-26 17:49:44

标签: cordova phonegap-plugins cordova-3 cordova-plugins

我尝试使用以下git存储库中的telephonenumber插件:https://github.com/macdonst/TelephoneNumberPlugin.git并且我不断获取空字符串而不是电话号码。没有错误,调用成功函数。

我正在使用Cordova 3.0,这是我使用插件的代码:

    var telephoneNumber = cordova.require("cordova/plugin/telephonenumber");
    telephoneNumber.get(function(result) {alert(result);}, function() {alert("FAILED!");});

是的,我在设备准备事件后调用它:)我甚至设置了一个每几秒钟调用一次的计时器,但我得到的结果是空字符串。任何想法?

谢谢!

1 个答案:

答案 0 :(得分:1)

并非所有手机都可以退回电话号码,事实上,其中大多数都不能。

转到设置应用,在设备信息中应该有一个电话号码字段。如果那里的电话号码是空的,那么你无能为力。