我使用onsen-ui v1.3.14。
当我尝试使用ons.notification中的每个函数时,我收到一个错误:
错误:undefined不是对象(评估'window.navigator.userAgent.match') isAndroid @文件://.../onsenui_all.min.js:18:8206
随后:
TypeError:undefined不是对象(评估'alertDialog.show') createAlertDialog onsenui_all.min.js:17:19361
代码非常简单:
ons.notification.alert({
message: "Message.",
title: "Title",
buttonLabel: "OK"
});
答案 0 :(得分:1)
我发现了问题。我有一个名为navigator的var。我只是按照文档的例子。这个是一个坏榜样。它导致名称与window.navigator冲突。