You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/03/04 23:31:52 UTC

[GitHub] [cordova-plugin-file] newuser44 opened a new issue #297: writeFile crashes

newuser44 opened a new issue #297: writeFile crashes
URL: https://github.com/apache/cordova-plugin-file/issues/297
 
 
   # Bug Report
   ## Problem
   On a Samsung S5 with Android 6.0.1  calling writeFile crashes somewhere.
   
   ### What is expected to happen?
   Save a file. 
   
   ### What does actually happen?
   I have tried to debug it down into the maybe FileWriter.js  and see it trying to write the file.  But then the debugger stopped stepping through code.  Something crashed and its not being caught.  
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   Not sure if the problem is the Samsung or Android 6.0.  Build this onto a phone. 
   Would need to some type of blob that is getting saved as a PDF document. 
   Try to save the file.   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   I only have the problem on a Samsung S5 running Android 6.0.1 
   This worked fine on
   -- Pixel 2 (not sure the os 8 or 9)  
   -- Samsung S7 with android 8. 
   -- iphone 8 and 9. 
   
   ### Version information
   Ionic 3.9 
   Uninstalled and reinstalled.  (following the Ionic 3 steps)
   "@ionic-native/file": "^4.20.0",
   "cordova-plugin-file": "~6.0.1"
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x ] I searched for existing GitHub issues
   - [x ] I updated all Cordova tooling to most recent version
   - [x ] I included all the necessary information above
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org