How to open files from url?

Hi all,

Is there anyway to directly open a file by its url instead of downloading the file into the local system and open it?

I have tried using the cordova-plugin-file-opener2, but it can not directly open a file from URL: see here

The only way I can open the file is to download the file from the URL into the local file system ,then open the file by file opener2 plugin.

So is there anyway that I can directly open a file from its URL?

Thanks in advance!

hi
you can use InApp browser Plugin to open the file in url . just add the url of the file