I tried writing/reading a file in phonegap+android, here is the set up:
writing/reading
phonegap+android
$(document).ready(function() { document.addEventListene
This also works in Android 2.2. You call the load(); function from body's onLoad, and writeFileFromSDCard(string) from some button's onClick, passing as parameter the string you want to write in the file.