native-audio
native-audio copied to clipboard
Android: fixed plugin initialization
Plugin initialization always calls audioManager.requestAudioFocus() in load().
This way any already playing application (Musicolet, Spotify, ...) is paused at application start, making the focus configuration option passed to configure() useless (configure() is caller after load()).
Is anyone in charge of merging this?