For a hybrid android application developed with "Ionic" framework, I have been trying to launch camera with following
HTML: <input type="file" accept="image/*" capture="camera">
But above lauches "Gallery" as default above ICS versions.
Have also tried with crosswalk webview, which naturally supports html5. Which is lauching "camcorder" and "document" application not camera :(.
Note: Loading html page with is lauching camera in both chrome and Firefox browsers.
Cordova Version 6.3.1
Cordova Android Version 5.2.2
Crosswalk 18 - http://plugins.telerik.com/cordova/plugin/crosswalk
Any help would be appreciated.