We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently it is not possible for developer to configure presentation of notification popups.
Developer should have control over how the notification is presented when app is in foreground.
We should introduce a property like showBannersInForeground (boolean) that will allow to change this behaviour.
showBannersInForeground
boolean
The text was updated successfully, but these errors were encountered:
Add showBannersInForeground property
a5b1024
See: #45 Fix #45
59a862c
This is implemented for iOS.
Sorry, something went wrong.
@patrykmol Could you create the corresponding js implementation and documentation?
@mpost Sure.
No branches or pull requests
Problem description
Currently it is not possible for developer to configure presentation of notification popups.
Expected behavior
Developer should have control over how the notification is presented when app is in foreground.
We should introduce a property like
showBannersInForeground
(boolean
) that will allow to change this behaviour.The text was updated successfully, but these errors were encountered: