gpt4 book ai didi

html - 单击 html 按钮打开 ios 相机

转载 作者:行者123 更新时间:2023-12-01 18:24:04 25 4
gpt4 key购买 nike

我有一个 html 页面,在其中我有一个名为 open camera 的按钮,它是一个常规按钮。我想知道如何转到 ios 的 native 端并通过单击 html 内容打开相机?

最佳答案

从 iOS 6 开始,您可以使用以下代码:

<input type="file" accept="image/*" capture="camera">
<input type="file" accept="video/*" capture="camera">

它将像常规文件上传一样,但相反,它将打开 iPhone 相机并上传图片或视频,如 StackOverflow answer 中所述

关于html - 单击 html 按钮打开 ios 相机,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15073384/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com