Android 中的 Phonegap ActivityStart 未显示我通过的消息
在我的项目中,我使用了 navigator.notification.activitystart("Title","Message")。
但它只是将标题显示为“忙碌”,消息显示为“请稍候”。我可以使用 navigator.notification.activityStop() 停止活动
所以我想问 ActivityStart 是否真的在 Android 手机上显示标题和消息。
我正在使用phonegap1.1.0
提前感谢大家
In my project I used navigator.notification.activitystart("Title","Message").
But it is just showing the title as "Busy" and message as "Please wait". I can stop the activity with navigator.notification.activityStop()
So i want to ask does the activityStart really shows the title and message on android phones.
I am using phonegap1.1.0
Thanks all in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自phonegap-1.1.0.js 和phonegap-1.3.0.js:
请注意,activityStart 不带参数,因此您必须修改它才能真正接受您的参数。
From both phonegap-1.1.0.js and phonegap-1.3.0.js:
Note that activityStart takes no parameters, so you'd have to modify it to actually accept your parameters.