gpt4 book ai didi

android - 初始化期间 Phonegap 插件错误

转载 作者:行者123 更新时间:2023-11-30 04:34:02 24 4
gpt4 key购买 nike

大家好,我正在开发一个应用程序,它会检查用户之前是否登录过该应用程序。我将 phonegap 与 jquery-mobile 结合使用。但是,如果我使用以下代码使用 ripple 测试我的应用程序:

    var SaveUserStatus = function() { 

}

SaveUserStatus.prototype.check = function(succes,fail) {
return PhoneGap.exec(function(args) {
success(args);
}, function(args) {
fail(args);
}, 'SaveUserStatus', 'getUserStatus', '');
}

PhoneGap.addConstructor(function() {
PhoneGap.addPlugin('saveUserStatus', new SaveUserStatus());
PluginManager.addService("SaveUserStatus","net.testing.plugins.SaveUserStatus");
});

我总是收到以下错误消息:"Uncaught TypeError: Object [object Object] has no method 'hasResource' - phonegap-1.0.0.js:936""Uncaught TypeError: Object [object Object] has no method ' addConstructor' - plugin.js:17"有没有人遇到同样的错误或看到错误,这很好,因为我对此很着迷!

最佳答案

注释掉

<script type="text/javascript" charset="utf-8" src="phonegap-1.1.0.js"></script>

在您的 HTML 文件中。

有关更多信息,请阅读 Dan Silivestru 的评论 http://ripple.tinyhippos.com/forums/6/topics/50

关于android - 初始化期间 Phonegap 插件错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7197087/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com