I am attempting to replace the in-app messaging drawer UI and UX with my own UI/UX consistent with my app. I don't see anything in the Cordova extension documentation about doing this -- is that correct?
It seems like you can do this natively by extending the various in-app messaging view classes and creating categories, but there is no way to do this with Cordova?
A potential workaround I'm investigating is to simply handle the "push" event within my Cordova code to display my own in-app message. The one issue I see with that workaround is that I cannot prevent the default in-app messaging drawer from displaying.
Any ideas on how I can do that, even if I have to add support for that natively? It's not ideal to change the native code for the Cordova plugin, but I can do it and maintain my own fork (or submit a PR if other folks want this functionality).
Comments
2 comments