Phonegap

From Hackepedia
Jump to navigationJump to search

If you're trying out the camera options in phonegap, one thing the API documentation doesn't mention is that you need to permit writing to your SD Card, otherwise the camera app will crash:

process.com.phonegap.getting.started has stopped unexpectedly

add this to config.xml:

<feature name="http://api.phonegap.com/1.0/file"/>