Maxime Robert

Results 58 comments of Maxime Robert

> if targetsdk version is 29 what can i do? You can try to use https://github.com/chingfeng/cordova-plugin-fileopener/commit/474a4cb11941ac17782e099a023c7d57cc110f50

Either the https://github.com/chingfeng/cordova-plugin-fileopener/commit/474a4cb11941ac17782e099a023c7d57cc110f50 version is not working, or you're not really using this version (make sure you clean and rebuild).

I haven't been able to make it work. The `android.support.v4.content` package is missing. Maybe we need to add `` in `plugins.xml`?

@alsocalledchris I've not had the time to fully test it (also I'm not working in mobile development anymore so it doesn't really help). That's why the PR has not been...

@alsocalledchris Do you have any logs we could use to investigate?

Can anyone validate that the PR is working? I don't have time nor a project to test against on my end.

Feel free to suggest a pull request if you can.

Hi @ricopter. Unfortunately, this plugin is not maintained anymore, but you're welcome to propose a merge request.

Hi, the code uses the filename as identifier and assumes it will never change: it checks if the file is in cache (i.e.: has already been downloaded) before downloading it...

Can you test branch https://github.com/Smile-SA/cordova-plugin-fileopener/tree/issue-11? I'll merge the branch if it's OK after your tests.