菜鸟教程小白 发表于 2022-12-13 02:38:29

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


                                            <p><p>直到 ios 10 它都在工作。当用户单击 ipad 中的输入按钮时,它要求从图库中选择图像或从相机中捕获。
但是在 ios 11 中它是直接打开相机的。谁能帮助我如何打开图库,以便用户可以从图库中选择图像。</p>

<pre><code>&lt;input type=&#34;file&#34; accept=&#34;image/*&#34; id=&#34;image-input&#34; capture /&gt;
</code></pre></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>跟我一起工作</p>

<p><code><input type="file"accept="image/*"id="image-input"/></code></p></p>
                                   
                                                <p style="font-size: 20px;">关于javascript - html输入类型文件接受图像不允许在ios 11中选择文件,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/46443097/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/46443097/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: javascript - html输入类型文件接受图像不允许在ios 11中选择文件