I have a radio solution that uses the Media Plugin. Everything works great except when you use the setVolume method it doesn’t apply to the volume of the device and vice versa – adjusting the volume using the hardware buttons doesn’t affect the Media Plugin’s volume only the overall device so you end up with two separate volume controls.
Is there anyway to link these two together? Can you get the current volume level the hardware is set to?
Sorry for the late response. Never used the code anymore. In the link you can find iOS code on how to read the volume buttons. Add a listener in you appdelegate that uses the broadcaster. In your Typescript you can use the broadcaster to listen to the send message from your appdelegate.