capacitor-webview-background
v1.0.0
Published
Simple plugin to update app color background (android/iOS) from JS
Downloads
4
Readme
capacitor-webview-background
Simple plugin to update app color background (android/iOS) from JS
Install
npm install capacitor-webview-background
npx cap sync
API
updateBackgroundColor(...)
updateBackgroundColor(options: { color: string; }) => Promise<{ color: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { color: string; } |
Returns: Promise<{ color: string; }>