Hi,
I am learning to use this Cordova Plugin in Construct 3 = github.com/katzer/cordova-plugin-local-notifications
I succeeded to install Cordova CLI, Android Studio and declare the plugin in config.xml, build APK with CLI.
In C3's event Sheet I excute the JS code below but it didn't work.
Can anyone help me with this? How can I use Cordova Plugin via JS in Construct 3.
If possible, please teach me how to use these 02 plugins:
github.com/don/cordova-plugin-hello (Simple Hello World, so I can understand how to use)
github.com/katzer/cordova-plugin-local-notifications (Local Notification)
Many thanks!