capacitor-launch-native
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

capacitor-launch-native

Launch an app natively, if it exists

Install

npm install capacitor-launch-native
npx cap sync

API

attempt(...)

attempt(options: { url: string; }) => Promise<{ completed: boolean; }>
Param Type
options { url: string; }

Returns: Promise<{ completed: boolean; }>


Readme

Keywords

Package Sidebar

Install

npm i capacitor-launch-native

Weekly Downloads

8

Version

1.0.0

License

MIT

Unpacked Size

18.2 kB

Total Files

26

Last publish

Collaborators

  • aeharding