H5 failed to call Android album

demand: click to call the mobile photo album, select the picture and upload it.
I use the input tag of H5 to implement the problem of calling mobile photo albums. No matter how I try, I can"t call the phone"s photo album
online code. Let me show you

.
   <input type="file" accept="video/*";capture="camcorder">
   <input type="file" accept="audio/*";capture="microphone">
   <input type="file" accept="image/*";capture="camera">
   <input type="file" accept="image/*" />
   <input type="file" multiple accept="image/*" />

I have tried all the online solutions for these things. For those who have not called the photo album, please attach the code to guide the solution.

Mar.20,2021

; delete it? Try this address? http://123.56.16.33/element/i.

the last few, I tested them all well on my own mobile phone

After studying

for a long time, I found that there was nothing wrong with my original code, and it worked normally on IOS, but there were some differences between my Android and my imagination, but I also realized the calling function, which should be a problem with the Android version. It is better to mix Android and IOS for these functions that call the underlying API.

Menu