You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, you have to call the set(...) method at app start to configure the app shortcuts.
Preferred solution
There should also be the option to just configure the app shortcuts via the Capacitor configuration file.
Definitions:
/// <reference types="@capacitor/cli" />declare module '@capacitor/cli'{exportinterfacePluginsConfig{AppShortcuts?: {/** * The list of app shortcuts that should be set by default. * * Only available on Android and iOS. * * @since 7.1.0 */shortcuts?: Shortcut[];};}}
Plugin(s)
Current problem
Currently, you have to call the
set(...)
method at app start to configure the app shortcuts.Preferred solution
There should also be the option to just configure the app shortcuts via the Capacitor configuration file.
Definitions:
Alternative options
No response
Additional context
No response
Before submitting
The text was updated successfully, but these errors were encountered: