I want use navigator.notification to alert some message.
But It is not working.Debuger says navigator.notification is undefinded.
When I click button ,I run javascript :
navigator.notification.alert("message", null, "title");
Anything wrong?