Have you ever encountered the problem that HTML5 calls the camera and the browser prompts you to get microphone access?

need to take pictures and upload pictures. Use < input accept= "image/*" capture= "camera" type= "file" / > to call the camera, but prompt to get microphone permission

.
Mar.02,2021

in this case, it is recommended to use the native method. There are many pits in h5

Menu