1.0.1 • Published 6 years ago

capacitor-plugin-border-radius v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

capacitor-plugin-border-radius

Enable and set the border radius of the webview

Process:

  • ios setBorderRadius
  • ☑️Android need your help! please submit your changes, I will merge and publish

Install

npm install capacitor-border-radius
npx cap sync

Methods

setBorderRadius()

Enable and set the border radius of the webview

Capacitor.Plugins.BorderRadius.setBorderRadius({
    value: 10
})

Thank You!