Closed bradrice closed 6 years ago
I'm trying to create a mute button and it works on Apple, but not on Android.
This code is what I am using on a click:
this._player.volume = 0;
Fixed with https://github.com/nstudio/nativescript-audio/blob/master/src/android/player.ts#L46
I'm trying to create a mute button and it works on Apple, but not on Android.
This code is what I am using on a click:
this._player.volume = 0;