HTML 5 File input with iOS and Android [Cordova/Phonegap] -
in phonegap app tried use camera using html5 input
tag this.
- create new project using cli
- add ios , android platform
- add camera plugin
- build both devices
- 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
Comments
Post a Comment