Skip to content

tuarrep/capacitor-webview-background

Repository files navigation

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


About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors