Open browser directly on click of notification #7823
Unanswered
vinithreddy3
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see if we pass click_action in android payload & add respective intent filter in manifest file we could possibly achieve this. Also we are using customerio site firebase integrated for setting up the push notification campaigns so I followed the following structure in it
And this is the intent filter I have added in main activity in AndroidManifest
So any suggestion what can be done on achieving this behaviour ?
I have seen this old thread #5285
but this doesn't seem to help much.
Also sending data only notifications then showing local notification based on it I tried but at times I couldn't receive the event with background handler when app is in quit state & feels bit confusing too & might miss consistency in the codebase.
Beta Was this translation helpful? Give feedback.
All reactions