I need to save some simple seed data to generate some user-saved info when my PhoneGap app is launched, so all I need is a simple array or string to be saved to the device. I am lazy and I am using PhoneGapBuild rather than setting up PhoneGap locally.
The problem with this approach is that I can't modify the source files that would otherwise grant access to cookies functionality and filesystem stuff.
I'm hoping there is a simple way to store a bit of data (I have looked at cookies, filesystem access and a possible database plugin) that I have overlooked, and that will compile with PGB.
And does filesystem access even natively work with PGB? I haven't been able to get it going but I haven't really tried hard.