Questions
Onesignal click handler is not firing
about 1 year ago by Adam Jimenez
I've added the bridge code to handle Onesignal In-App click events but it's not working.
gonative.onesignal.iam.setInAppMessageClickHandler(function() {
alert ('This is a test');
});
I've tried with our existing build and a brand new build. Neither of which fire the event.
BTW there is an error in your docs.It says hander instead of handler.