Cordova + vue + cordova-plugin-l

2020-11-19  本文已影响0人  殇城阡陌

添加插件:cordova plugin add cordova-plugin-local-notification

index.html中加入cordova.js(必须,尝试过不加用不了提示功能)

<script type="text/javascript" src="cordova.js"></script>

然后调用

cordova.plugins.notification.local.schedule({title:"标题",text:"内容",foreground:true});

上一篇 下一篇

猜你喜欢

热点阅读