html 输入类型文件接受图像不允许在 ios 11 中选择文件

html input type file accept image not allowing to choose file in ios 11

最多 ios 10 它正在工作。当用户单击 ipad 中的输入按钮时,它要求从图库中选择图像或从相机中捕获图像。 但是在ios11是直接打开相机。任何人都可以帮助我如何打开图库以便用户可以 select 来自图库的图像。

<input type="file" accept="image/*" id="image-input" capture />

这对我有用

<input type="file" accept="image/*" id="image-input"/>