gpt4 book ai didi

javascript - navigator.notification.* 失败 "navigator.notification [undefined] is not an object"

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

任何对 PhoneGap navigator.notification 方法的调用都会失败,并显示消息“Result of expression navigator.notification [undefined] is not an object

我已经完成了此处概述的完整安装和项目生成过程:http://phonegap.pbworks.com/Getting-started-with-Android-PhoneGap-in-Eclipse

...并且应用程序在从 Eclipse 运行时工作正常,除非尝试访问导航器对象。这是抛出错误的 JavaScript 代码:

var beep = function() {
try {
if (navigator != null) {
navigator.notification.beep(2);
}
} catch (e) {
alert("Beep failed: " + e.message);
}
}

最佳答案

我认为是 cordova*.js

(src="cordova-2.1.0.js") 与项目的 www 文件夹中的不同。我遇到了同样的问题,更改 Index.html 页面中的引用解决了我的问题。

请参阅此链接:phonegap-sample-application-for-android-does-not-work

关于javascript - navigator.notification.* 失败 "navigator.notification [undefined] is not an object",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3006409/

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