Unable to select file when uploading photos in WeChat ios10.3
This is what I wrote before
<input id="image" type="file" capture="camera" />
I suspect it is a capture problem, change it to this
<input id="image" type="file" accept="image/*"/>
Still not working, please give me some advice
accept="image/gif,image/jpeg,image/jpg,image/png" //image/svg should be used as little as possible