Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 765 Bytes

File metadata and controls

36 lines (23 loc) · 765 Bytes

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; }>