android - HTML + JQUERY - Input type file added dynamically not work attribute capture = 'camera' on mobile -


i have next div:

<div id="divllenarimgs">   <input type="file" class="img" name="img[]" accept="image/*" capture="camera"/> </div> 

when run web site in mobile (android or iphone) , click on input, camera shown attribute capture.

but when add more inputs type file dynamically attribute capture stops work. first input always, next added inputs don't.

is there reason happen?

i add next inputs first one. , have tried many different browsers: safari, chrome, firefox , android default browser.

edit:

only work inputs using chrome android.


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -