标签: android html cordova web android-camera
我想通过以下方式仅启用摄像头选项:
<input type="file" name="photoInputElem" capture="camera" accept="image/*" style="display:none;" (change)="handleUploadedPhoto($event.target.files, photoInputElem)">
但是当我触发这些输入时,应用程序崩溃了。