powowbox

Results 7 comments of powowbox

for instance, if you have ` InstanceId: !Ref MyEC2Instance` Use the alternative syntax ``` InstanceId: Ref: MyEC2Instance ``` The same alternative syntax can be use for every !XXX operator, see...

This PR includes some code I did to make local notifications work on android 13. The version you use have `` in the config.xml file. It's better to avoid this...

@fquirin I will try to make some tests this week.

Hi, I've done a fix to make notifications clickable on android 12+. You can find it here https://github.com/powowbox/cordova-plugin-local-notification-12. If it's ok I will make a PR. Important: add `` in...

Hi bevinGithub, I've done at test on android 12 by running `cordova.plugins.notification.local.schedule({id: 3, text: "xxxx", triggerInApp: true, trigger: {at: new Date(new Date().getTime() + 5000)}})` the trigger event is correctly raised...

Sorry, I can’t help I don’t use awesome-cordova-plugins.

use `cordova plugin add https://github.com/powowbox/cordova-plugin-local-notification-12.git --save --noregistery`. Then check in your package.json, you must find a line like ` "cordova-plugin-local-notification-12": "git+https://github.com/powowbox/cordova-plugin-local-notification-12.git",` in the dependencies object and in the plugins object...