New community plugin released: capacitor-volume-control
I’ve built and published capacitor-volume-control
, a handy Capacitor plugin that lets you:
getVolumeLevel()
/setVolumeLevel()
with normalized 0.0–1.0 scale- Control all volume streams: voice_call, system, ring, music, alarm, notification, dtmf
- Listen to hardware volume buttons:
watchVolume()
emits direction + current level- Configurable behavior:
disableSystemVolumeHandler
(iOS): keeps volume at initial/thresholdsuppressVolumeIndicator
(Android): hides default UI indicator
Includes full TS support, README, example code; background‑safe.
Clone/install via GitHub: GitHub - odion-cloud/capacitor-volume-control: Capacitor plugin for advanced volume control with native Android and iOS implementations
I’d appreciate any feedback, use‑cases, or collaborator interest. Thanks! Capacitor Ionic Framework #Plugin