Martin Domig
Martin Domig
I've had and solved this problem, too. There is a solution, [detailed here](https://github.com/floatinghotpot/cordova-plugin-nativeaudio/issues/82#issuecomment-289233683). In short: until the maintainers of this project fix this, try using my forked version: https://github.com/MartinDomig/cordova-plugin-nativeaudio
According to Apple API documentation, AVAudioSessionCategoryPlayback won't honor the silent switch. Replace it with AVAudioSessionCategoryAmbient, and the mute switch will do what you expect. I've branched the plugin and it...
I've just created a pull request - there isn't much more I can do. The maintainer of this repository would have to accept it. https://github.com/floatinghotpot/cordova-plugin-nativeaudio/pull/123
Hi This project is a bit outdated, currently the development happens in this fork: [github.com/steamp0rt/Kerbalism](https://github.com/steamp0rt/Kerbalism) Please post your issues there.