这是我从网络上获得的用于实现通知的代码部分,当我在浏览器测试中它工作时,但我不知道为什么当我在运行 android 的手机中使用相同的代码时它不工作。该应用程序也无法在 iOS 上运行。
navigator.notification.alert(
'Please enter correct username and password', // message
null, // callback
'Information', // title
'Okay' // buttonName
);