HTML 5 File input with iOS and Android [Cordova/Phonegap] -


in phonegap app tried use camera using html5 input tag this.

  1. create new project using cli
  2. add ios , android platform
  3. add camera plugin
  4. build both devices
  5. run on both devices (actual device iphone 5 ios 7.1.2 , android 4.4.2 (samsung note))

following code line tried execute

<input id="imageholder" type="file" accept="image/*" capture /> 

it works in iphone not in android. have missed? or not supported in android? after tapping on field in android nothing happens while in iphone acts below file input working in ios


Comments

Popular posts from this blog

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -