我在项目中添加了Cordova-plugin-local-notification(https://github.com/katzer/cordova-plugin-local-notifications)。 我将此代码添加到项目
Toolbar.setTitleTextColor(0xFFFFFFFF);
但它显示错误:
cordova.plugins.notification.local.schedule({
title: 'My first notification',
text: 'Thats pretty easy...',
foreground: true
});
我该如何解决这个问题? 请帮忙
答案 0 :(得分:0)
需要,声明这样的cordova,
declare var cordova: any;