1.0.0 • Published 3 years ago
capacitor-webview-background v1.0.0
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; }>
1.0.0
3 years ago