Questions
oneSignal Plugin having lack of implementation with button ids
about 1 year ago by Champa(edited)
Hi there,
I checked on OneSignalNotificationHandler
class and there is no implementation for buttonAction Id sending to "gonative_onesignal_push_opened" ,method. We are only sending "data" object from notification.
I checked on notificationOpened
method and if (targetUrl == null)
then we are sending "additionalData" only to that bridge along with javascript.
How we can handle implementation when action button is clicked from mobile apps ?