Is there any way to judge that some Android does not support html5's multiple,?

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 ~

.
Nov.24,2021

No, all go jsskd ^ _ ^


is not part, but most. Only the X5 kernel is known to use JS SDK.


https://caniuse.com/-sharpsearch=m.

Android 5.0or below, no browser is supported (caused by Android operating system)
Adnroid 5.0or above Chrome/ Samsung phone comes with browser / etc. (for more information on the page)

analyze user-agent

  1. determine the Android version
  2. judge browser

in addition: if you have business needs, pay more attention to the above URL, and follow up if there is any change

Menu