Cordova - Camera does not work

-4

I developed a web application. However, in WebView that I created from this application, when I try to upload files, the code redirects me to the image gallery instead of opening the camera on the phone.

In my HTML, I have the following field:

<input name="localFoto[]" type="file" accept="image/*" capture="camera">

How can I power the camera?

    
asked by anonymous 27.12.2018 / 18:52

0 answers