1.0.5 • Published 1 year ago

floating-window-cap v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

Returns: Promise<{ url: string; }>


closeFloatingWindow()

closeFloatingWindow() => Promise<null>

Returns: Promise<null>


1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago