Hi
I have a Ionic app with the following env -ionic2.2 (with v1) +cordova 8.1 + AngularJS
It is using wkwebview engine
The issue I have is Processing: fileCreator.js…
that it is NOT able to read file but able to write files.
I have attached the source code used to write & read at Dropbox - fileCreator.js - Simplify your life. The event handler for load event after read (at line #31 ) is never called.
I tried a error event handler but it returned error status as 0.
The following is the list of plugins -
cordova plugin add cordova-plugin-background-mode@0.7.3
cordova plugin add cordova-plugin-camera@2.4.1
cordova plugin add cordova-plugin-compat@1.2.0
cordova plugin add cordova-plugin-datepicker@0.9.2
cordova plugin add cordova-plugin-device@1.1.1
cordova plugin add cordova-plugin-email-composer@0.8.15
cordova plugin add cordova-plugin-file@4.1.1
cordova plugin add cordova-plugin-globalization@1.0.3
cordova plugin add cordova-plugin-inappbrowser@1.2.1
cordova plugin add cordova-plugin-network-information@1.2.0
cordova plugin add cordova-plugin-screen-orientation@1.4.2
cordova plugin add cordova-plugin-splashscreen@3.2.0
cordova plugin add cordova-plugin-statusbar@2.1.1
cordova plugin add cordova-plugin-wkwebview-engine@1.2.2
cordova plugin add cordova-plugin-wkwebview-file-xhr@3.0.0
cordova plugin add cordova-plugin-x-toast@2.5.2
I have tried the advice from Local files on IOS device : can write but not read any file. but didnt work for me.
Could anyone please let me know how to debug this issue.
Thanks in advance.