-
Notifications
You must be signed in to change notification settings - Fork 28
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
How can I manipulate the data obtained? #14
Comments
I'm sorry but I'm not famliar with IONIC 5, so I'm not sure what you need to do to get your notification. |
Hi, regards. Yes, all it's working good but if I try to send the data or push it in a array or set it for a local storage and it doesnt send the data, this is how I'm trying to solve:
Thanks for your answer, this is Angular for Ionic... finally is javascript |
Have anyone found the solution for manipulating the data in notificationListener?? the above solution is not working |
@ashu8911 sorry but I couldn't find a really solution for this, so I had to move on to develop in native (Android Studio). I spend a lot of time trying to solve this... |
I am here because I am trying to manipulate the information obtained from the plugin, but I have reached an obstacle where I cannot handle or push the
JSON
data I need, such as the title and the text, to an array.I am using
IONIC 5
and I can say that it works correctly by displaying notifications as followsBut if I try to push the data obtained to an arrangement, it does not generate any action. Simply, it is blank, which does not allow us to move forward because I need to list the notifications in my Ionic application and thus generate the history of it.
Can someone help me or if what I need is possible?
Thanks!
The text was updated successfully, but these errors were encountered: