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
Post a Comment