But then I can no longer use the Ionic Native Audio plugin since the audio file is no longer local to the application. I have tried hosting the file in Firebase and that seems to work, but then I use the StreamingMedia plugin which is not supported in Ionic View -__-
If I host the file somewhere, and want to use the Native Audio plugin (since it is supported by Ionic View), I would need to first download the file from the remote location and then play it using the plugin?