-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get push notification while App in foreground iOS #169
Comments
|
@pikacode 我只是觉得作为一个库,你们应该做一下这件事。 |
@njleonzhang 判断 App 是否在前台并写一个 alert 需要写在 plugin 里吗? |
@njleonzhang 不是我傲慢, alert(notification); 一行代码就搞定的事情,您可以思索一下再提问吗? |
@pikacode 别在plugin里,写在哪?我重写个plugin?还是在js层去监听你们的某个时间?用这个plugin的是cordova项目,不是原生项目,alert(notification)请指教你说的是什么?js的alert? |
@njleonzhang 麻烦您看一眼 API 文档谢谢 前台收到推送 |
@pikacode 麻烦大神解释下, 下面的代码如果让通知栏上出现通知?
再麻烦大神看下别的库支持我所说的场景的时候是怎么做的: 当然,如果js层就能实现,请告知。 issue打开了让大家学习下 |
|
@pikacode 谢谢,你的回答,我们在一个频道了。希望代为转达这个需求,既然你对这个需求这么清楚,想必知道它的作用,这也是一个common的需求,再看别的库也有,jpush没有不是落后了么。ios10虽然已经默认支持这种行为了,但是ios9将还是会长期的存在于市场之上,那么开发者都需要面临这个问题。既然如此, 如果要实现这个功能,每个开发者都需要去改源生代码, 作为一个库这就不到位了。 |
|
@pikacode 互相的意思表达清楚了,close this issue |
http://stackoverflow.com/questions/14872088/get-push-notification-while-app-in-foreground-ios
ios9上的默认情况下,如果app在前台,则不会show一个notification alert,但是这个行为挺奇怪的,原生应用需要自己写的代码来实现这种场景下的notification alert,作为一个plugin, 我觉得jpush应该实现一个配置项,让app的前台notification alert可以实现。
The text was updated successfully, but these errors were encountered: