xyozio
xyozio
The implementation of `openFileChooser` function is very simple and doesn't handle capture: https://github.com/apache/cordova-android/blob/2163c8ae0536bfde9029cfc981b945f4af93e09f/framework/src/org/apache/cordova/engine/SystemWebChromeClient.java#L235-L249
In XWalk this function got more attention: https://github.com/crosswalk-project/crosswalk/blob/1b9b80835e83e77390bd6cdbc03beb63f2a6f550/runtime/android/core/src/org/xwalk/core/XWalkFileChooser.java Unfortunatelly XWalk is not developed anymore so you can either use the last version of XWalk, use the `cordova-camera` plugin or try...