Simple plugin to update app color background (android/iOS) from JS
npm install capacitor-webview-background
npx cap syncupdateBackgroundColor(options: { color: string; }) => Promise<{ color: string; }>| Param | Type |
|---|---|
options |
{ color: string; } |
Returns: Promise<{ color: string; }>