rschiavi
8 May 2012, 10:57 AM
I'm sure this has been asked/solved, but I can't find anything.
Basically. App needs to run offline. I can save an image in objective-c to the iphone storage for the app with a native shim. I don't want to base64 encode to localstorage, too bloaty and will run out of space....
Once I've saved the image, how do I reference it in the html image component? setSrc(....????...)
Or do I need to save the file to a specific location on the iOS (I don't care about Android for now)....
Rich
Basically. App needs to run offline. I can save an image in objective-c to the iphone storage for the app with a native shim. I don't want to base64 encode to localstorage, too bloaty and will run out of space....
Once I've saved the image, how do I reference it in the html image component? setSrc(....????...)
Or do I need to save the file to a specific location on the iOS (I don't care about Android for now)....
Rich