Re: [I] Do not overwrite standard File API [cordova-plugin-file]

2024-06-17 Thread via GitHub
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

Re: [I] Do not overwrite standard File API [cordova-plugin-file]

2024-06-16 Thread via GitHub
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

Re: [I] Do not overwrite standard File API [cordova-plugin-file]

2024-06-11 Thread via GitHub
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

Re: [I] Do not overwrite standard File API [cordova-plugin-file]

2024-01-22 Thread via GitHub
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