Skip to content

emmaus-zam/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

Languages

  • Swift 32.5%
  • Java 27.8%
  • Ruby 12.8%
  • TypeScript 11.3%
  • Objective-C 9.2%
  • JavaScript 6.4%