How is WebAppLocalServer.localFileSystemUrl working?

Hey guys,
I’m trying to access a media file via WebAppLocalServer.localFileSystemUrl. The problem is that the file isn’t loaded.

This is my native url: file:///storage/emulated/0/myApp/test.mp3

To create the url, I do the following:

let url = "http://"+top.location.host+WebAppLocalServer.localFileSystemUrl("file:///storage/emulated/0/myApp/test.mp3");

As output I get the following url:

http://localhost:12014/local-filesystem/storage/emulated/0/myApp/test.mp3

Any idea what’s going wrong?

Did you solved? please I need help

You have to use a native Cordova plugin which plays sounds, it seems like that the internal web server can’t handle byte ranges.