Phonegap

From Hackepedia
Revision as of 15:11, 23 June 2012 by Franks (talk | contribs) (Created page with "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 a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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"/>