0.0.1 • Published 11 months ago

capacitor-intent-uri v0.0.1

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

capacitor-intent-uri

open intent:// uris

Install

npm install capacitor-intent-uri
npx cap sync

API

openUri(...)

openUri(options: { url: string; }) => Promise<{ completed: boolean; }>
ParamType
options{ url: string; }

Returns: Promise<{ completed: boolean; }>


0.0.1

11 months ago