I am trying to display a notification msg on android simulator device by using Phonegap plugin called StatusBarNotification, LINK, I followed the instrucations
StatusBarNotification
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.