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