floating-window-cap
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

floating-window-cap

FloatingWindowCapacitor is a plugin that enables the creation of fixed floating windows on Android apps, making it easy to display important information persistently and conveniently.

Install

npm install floating-window-cap
npx cap sync

API

showFloatingWindow(...)

showFloatingWindow(options: { url: string; }) => Promise<{ url: string; }>
Param Type
options { url: string; }

Returns: Promise<{ url: string; }>


closeFloatingWindow()

closeFloatingWindow() => Promise<null>

Returns: Promise<null>


Readme

Keywords

Package Sidebar

Install

npm i floating-window-cap

Weekly Downloads

4

Version

1.0.5

License

MIT

Unpacked Size

22.4 kB

Total Files

27

Last publish

Collaborators

  • heberalmeida