You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I stumbled upon Google Maps which sent me a notification asking to rate a place. The rating stars where directly implemented in the notification, added to a feedback input field:
I know how to display a user input field with a send icon, but how would I add the rating stars in the notification?
I already have all the rating stars logic within my app as a component, but so far, my notification just says "Rate this activity in the app".
That'd be neat (and probably provide more feedbacks since users will tend more to rate directly than open the app, go there, go there, and give a rating) if someone could point me in the right direction. I don't see how I could, I don't know, display my component within the notification for example.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello guys,
So I stumbled upon Google Maps which sent me a notification asking to rate a place. The rating stars where directly implemented in the notification, added to a feedback input field:
I know how to display a user input field with a send icon, but how would I add the rating stars in the notification?
I already have all the rating stars logic within my app as a component, but so far, my notification just says "Rate this activity in the app".
That'd be neat (and probably provide more feedbacks since users will tend more to rate directly than open the app, go there, go there, and give a rating) if someone could point me in the right direction. I don't see how I could, I don't know, display my component within the notification for example.
My notification code:
Thanks for the help!
Beta Was this translation helpful? Give feedback.
All reactions