cordova-plugin-shortcuts-android icon indicating copy to clipboard operation
cordova-plugin-shortcuts-android copied to clipboard

Cordova plugin to create dynamic and pinned shortcuts on Android

Results 6 cordova-plugin-shortcuts-android issues
Sort by recently updated
recently updated
newest added

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`...

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...