Background porcessing/audio in Windows 10 (minimized)

I’ve a ionic 3 app playing music from locally downloaded files.

In foreground mode it works fine so far. Switching to user programs and apps also.
But minimizing the app pauses it completely and music stops.
Music is played via cordova-plugin-media.

I added the cordova-plugin-background-mode: no change
I tried also tried the background-audio form MS via Visual Studio: no change
(https://docs.microsoft.com/en-us/windows/uwp/audio-video-camera/background-audio)

Further the cordova-plugin-media.is being sunsetted:
https://issues.apache.org/jira/browse/CB-13095

And the native audio is not available for the windows platform:

Does anyone else has similar problems?
Any other advises?

Those two plugins solved this issue: