Tukkan edited a comment on issue #453:
URL: 
https://github.com/apache/cordova-plugin-file/issues/453#issuecomment-863544803


   Hehe, I spent like 4 hours figuring out why my Files are wrongly created 
until I found out that the API has been replaced.
   
   The dirty hack would be to put 
   
   ```
     <script>
       window.NativeFile = File;
     </script>
   ```
     
     in index.html header so that we could still have the reference to old File 
API.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to