cordova-plugin-shortcuts-android
cordova-plugin-shortcuts-android copied to clipboard
Cordova plugin to create dynamic and pinned shortcuts on Android
I don't really understand the `intent`, can you add a description or a demo for how can I run a js function when I press on a shortcut? Also `setDynamic...
This measure is now required when using AndroidX support on Cordova 10. I have tested it on Cordova 10.
In file `shortcuts.d.ts` the interface `Shortcut` does not list the `iconFromResource` element, which is reported in README and referenced in `ShortcutsPlugin.java` at [this line](https://github.com/avargaskun/cordova-plugin-shortcuts-android/blob/4d3db42290511cac32b96f76bd3fa8c5d6d87fef/src/android/ShortcutsPlugin.java#L286). That interface list instead a `iconPath`...
Fix for #3
This error was causing "iconBitmap" to be replaced with the app icon in "buildDynamicShortcut" I think there is also a similar error in "buildPinnedShortcut" but this time with "iconFromResource". I...
When trying to set the 'duplicate' extra, you set the key to be prefixed with the package name...
https://github.com/danielsogl/awesome-cordova-plugins/pull/4831