Open
Description
Feature Request
Description
There is an API to read plugin configuration from both the Android and iOS implementations (https://capacitorjs.com/docs/plugins/configuration-values), but not the web implementation in JS. This would be a useful feature for plugins to ensure consistent functionality across all platforms.
My specific use case:
I am developing a plugin to integrate LogRocket. I would like developers to have the freedom to specify their LogRocket appID
in the Capacitor configuration or at runtime. The plugin must support Android, iOS, and Web.
Platform(s)
Web.