I'm building an HTML5 app that I want to distribute to iOS using CocoonJS. On a certain page I want the user to be able to upload an image:
<input type="file" accept="image/*" />
This works fine when I open my app in Safari on iPhone, but it crashes when I open it from the CocoonJS app.
Even when I just create a simple html page and run it from launcher it crashes.
I don't understand why I haven't found anyone else experiencing this issue..
Hope someone can help me out here!