【问题标题】:android phonegap notification status bar shows nothingandroid phonegap 通知状态栏显示什么
【发布时间】:2012-02-22 21:52:24
【问题描述】:

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

让我困惑的是我不知道将通知语法调用放在哪里:

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

我应该怎么做才能解决这个问题?

【问题讨论】:

    标签: android cordova phonegap-plugins


    【解决方案1】:

    这个呢:

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

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2016-02-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多