Local Notification with Hybrid Mobile

0
We know we can use local notification with Native Mobile, we are doubting if local notification is available for Hybrid mobile.  
asked
1 answers
1

You’ll want to add cordova-plugin-local-notifications to your app’s config.xml, and then use the plugin’s JavaScript API in Mendix JavaScript actions. The process will be similar to how you implement this on native, but you will need to create the JavaScript actions.

answered