After using cropper.js, the input of Android cannot call the camera. Does input set capture= "camera" or cannot call the camera directly?

1. After using cropper.js, I found that < input type= "file" capture= "camera" accept= "image/jpg,image/jpeg,image/png" name= "file" id= "chooseImg" onchange= "selectImg (this)" > Android can"t call the camera, Macintosh can, but Android can"t, ask for advice

Apr.02,2021

accept= "image/*", which works

Menu