2.0.0 • Published 6 months ago

capacitor-launch-native v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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; }>
ParamType
options{ url: string; }

Returns: Promise<{ completed: boolean; }>


2.0.0

6 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.0.0

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago