我使用onsen-ui v1.3.14。ons.notification。*生成錯誤
當我嘗試使用ons.notification每一個功能,我得到一個錯誤:
錯誤:不確定是不是(評估「window.navigator.userAgent.match」) isAndroid @文件的對象:/ /.../onsenui_all.min.js:18:8206
並且隨後:
類型錯誤:未定義不是(評價 'alertDialog.show')的對象 createAlertDialog onsenui_all.min.js:17: 19361
代碼很簡單:
ons.notification.alert({
message: "Message.",
title: "Title",
buttonLabel: "OK"
});
有沒有在您的應用程序或瀏覽器任何修改'userAgent'? –