Android PhoneGap 通知状态栏不显示任何内容

发布于 2025-01-08 00:18:39 字数 425 浏览 0 评论 0原文

我正在尝试使用名为 StatusBarNotification 的 Phonegap 插件在 Android 模拟器设备上显示通知消息,LINK,我按照说明进行操作,但是当我部署应用程序时,状态栏中没有显示任何内容,

令我困惑的是我不知道将我的应用程序放在哪里通知语法调用是:

window.plugins.statusBarNotification.notify("Put your title here", "Put your message here");

我应该做什么来解决这个问题?

I am trying to display a notification msg on android simulator device by using Phonegap plugin called StatusBarNotification, LINK, I followed the instrucations to the word, but when I deploy my application nothing shows in the status bar,

What's confusing me is I do not know where to put my notficiation syntax call which is:

window.plugins.statusBarNotification.notify("Put your title here", "Put your message here");

What should I do to fix this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

懷念過去 2025-01-15 00:18:39

这个怎么样:

点击我!

将此代码放入您的网页中。

what about this:

<a href="#" onclick='window.plugins.statusBarNotification.notify("Put your title here", "Put your message here");return false;'>Click me!</a>

Put this code into your web page.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文