felixsarp
(Yaw Owusu Sarpong)
January 4, 2021, 8:55am
#1
I checked out Bugs in Kodular Eagle before creating a new topic
Describe your issue
If app is already opened when OneSignal notification is sent, the notification pops up on screen as a sort of message dialogue.
Steps to reproduce the issue
Create app with onesignal component.
Subscribe to onesignal push notification in app
Build and install APK on device
Open app and initiate Onesignal send push notification from within app or from Onesignal dashboard
Expected Behaviour
Notification is expected in notification drawer only
Actual Behaviour
Notification pops up on screen
Show your Blocks
Android version
Android 11
1 Like
I think it’s not a bug but feature
1 Like
ninowebs
(ninowebs)
January 10, 2021, 12:06pm
#4
hello did you find a solution, to not make the popup appear?
Nicolas
(4xnico)
May 23, 2021, 5:17pm
#7
Hello, I have already set up firebase and OneSignal on kodular for Push Notifications, but when I send a test push notification, it doesn’t show as a notification , it only shows as a popup inside the app (same as if you use an alert component), also the notification wont show if you aren’t in the app, is there a way to make it an actual notification? thanks
Balajidev
(Balaji Dev)
May 23, 2021, 5:54pm
#8
Don’t use in app notification in one signal you have to use simple notification option which is send notification in background
Nicolas
(4xnico)
May 23, 2021, 11:22pm
#9
Thanks for your reply,
I am already selecting the “New Push Notification”, but it shows it as a popup instead
akim_akim
(akim akim)
May 24, 2021, 9:22am
#10
The push notification comes when the app is closed.
The in-app notification comes when you use the push notification extension from Kordular! I think this extention has a BUG !?
I had the same problem and solved it as follows!
Have a look here and be happy
Hello everybody,
I have the solution!!
The Push_Notification1 component of Kodular does not work for this (BUG !?)
I used the following components:
I removed the push notification from Kodular!
It works with the method from this extension.
Now everyone who is not on the screen will receive the notification.
No more in-app notifications!
[image]
@Julian_Rave @spr_22 @shotdesign
felixsarp
(Yaw Owusu Sarpong)
January 1, 2021, 9:03am
#13
Hello,
I have implemented push notification in apps. Whenever I send push notification to devices, when the app is already opened, then another popup message comes with the push notification. This is happening with all Kodular apps with push notification whether notification is sent from app or from Onesignal platform. How can I get rid of this extra notification popup?
I searched and there doesn’t seem to be any answer to this already on the forum.
1 Like
felixsarp
(Yaw Owusu Sarpong)
January 1, 2021, 10:13am
#15
This is a simple block for a test app I just did. And the resulting screen after sending push notification.
Enderman
(Shreyansh)
January 1, 2021, 11:44am
#16
Impossible You can It will Show Pop up no use but you can use backgroud task by @Atom_Developer
To send message in background through any database
felixsarp
(Yaw Owusu Sarpong)
January 1, 2021, 11:51am
#17
Sorry, can you explain how this will solve it. As I mentioned earlier, even when the message is sent from one signal dashboard, same issue happens.
pavi2410
(Pavitra Golchha)
June 16, 2021, 5:23am
#18
Do you also use PushNotification.NotificationReceived
event?
pavi2410
(Pavitra Golchha)
July 4, 2021, 2:48pm
#21
This will be fixed in the upcoming update. Push notifications will now be shown as a native notification when one is received while your app is in focus.
6 Likes
Gian_Luca
(Gian Luca)
July 4, 2021, 4:43pm
#22
it happens to me that when a message is sent to me, the sound notification arrives a few minutes late and not immediately. happens to you too?