I have the next div:
<div id="divLlenarImgs">
<input type="file" class="img" name="img[]" accept="image/*" capture="camera"/>
</div>
When I run my web site in a mobile (android or iphone) and click on that input, the camera is shown by the attribute capture.
But when I add more inputs type file dynamically their attribute capture stops to work. The first input always, but the next added inputs don't.
Is there any reason for this to happen?
I add the next inputs exactly like the first one. And I have tried many different browsers: Safari, Chrome, Firefox and Android default browser.
EDIT:
Only work ALL inputs using Chrome for Android.