Firebase Messaging 8.0.0-dev.11 Foreground Notification OnClick #4531
Unanswered
alexanderchmielewski
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
-
Hi all,
first of all thanks for making all those changes in the new major release to have a much easier way to configure FCM!
I'm currently working on a simple WebView App for an online magazine and I'm utilizing FCM to basically push an URL to the app, which is validating the URL and using a
WebViewController.launchUrl(message.data[linkToUrl].toString());
to redirect the user to a specific url.
For the background process it works like a charm:
But if the app is the foreground I'm missing something of an onClickEvent() when the Notifaction is clicked.
Here is an official example out of the Git:
Example
Am I'm missing something or is this not supported yet?
Beta Was this translation helpful? Give feedback.
All reactions