on some Android phones, the h5 web page file type form cannot select multiple images, which is fine on pc and ios, and it has recently been found that some Android can be selected (mainly some new phones, Huawei seems to support several models)
now we deal with the requirement of multi-image selection as follows: determine whether ios, if ios uses h5 multi-image selection, if it is Android call Wechat jssdk selection (up to 9).
now in order to allow more users to use the multi-image selection of h5, because this approach is more in line with the needs of the project.
can you judge whether specific models of Android phones support multi-image selection, and there has been no good solution for all Android models to support multi-selection, so the second choice is on a whim.
I have tried whether the browser supports the new attribute multiple, and the Android phone test also returns true, so the solution cannot be judged. Is there a good plan in practice? thank you ~
.