Launch an app natively, if it exists
npm install capacitor-launch-native
npx cap sync
attempt(options: { url: string; }) => Promise<{ completed: boolean; }>
Param | Type |
---|---|
options |
{ url: string; } |
Returns: Promise<{ completed: boolean; }>
Launch an app natively, if it exists
npm install capacitor-launch-native
npx cap sync
attempt(options: { url: string; }) => Promise<{ completed: boolean; }>
Param | Type |
---|---|
options |
{ url: string; } |
Returns: Promise<{ completed: boolean; }>
npm i capacitor-launch-native
8
1.0.0
MIT
18.2 kB
26