breautek commented on issue #316:
URL:
https://github.com/apache/cordova-plugin-file/issues/316#issuecomment-2173349010
> In plugin.xml or cordova-plugin.js comment ``, not overwrite window.File, and restart the app
>
> ```
>
>
>
> ```
This is effectively dis
qiutian00 commented on issue #316:
URL:
https://github.com/apache/cordova-plugin-file/issues/316#issuecomment-2171680959
In plugin.xml or cordova-plugin.js comment ``, and restart the app
```xml
```
--
This is an automated message from the Apache Git Service.
To res
qiutian00 commented on issue #316:
URL:
https://github.com/apache/cordova-plugin-file/issues/316#issuecomment-2160310177
Changing the standard API's is a really bad idea, It effects other upload
file components that use window.File
--
This is an automated message from the Apache Git Serv
jacobg commented on issue #316:
URL:
https://github.com/apache/cordova-plugin-file/issues/316#issuecomment-1904458178
Changing the standard API's is a really bad idea. Is there a fork that fixes
this, or is there another plugin that accomplishes the same thing without
changing the standard