apache / cordova-plugin-file

Apache Cordova File Plugin
https://cordova.apache.org/
Apache License 2.0
740 stars 757 forks source link

I got a "not a function" error after upgrading to ver 8.0.0. #595

Closed tanukki2929 closed 8 months ago

tanukki2929 commented 9 months ago

I got the following error after upgrading to ver 8.0.0.

ERROR TypeError: window.resolveLocalFileSystemURL is not a function

Previously, the following were used https://github.com/MauriceFrank/cordova-plugin-file

I have not changed the process, just increased the version of the plugin, but I wonder what the cause is.

I would be grateful if you could enlighten me.

breautek commented 8 months ago

resolveLocalFileSystemURL still exists in the official Apache file plugin. We can't really comment on any file plugin forks.