美文网首页
Cordova + vue + cordova-plugin-l

Cordova + vue + cordova-plugin-l

作者: 殇城阡陌 | 来源:发表于2020-11-19 15:36 被阅读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});

    相关文章

      网友评论

          本文标题:Cordova + vue + cordova-plugin-l

          本文链接:https://www.haomeiwen.com/subject/yqhliktx.html