Android 上的phonegap 自定义相机捕获

发布于 2024-11-04 04:29:34 字数 137 浏览 0 评论 0原文

我正在使用 Phonegap,我的应用程序在上传之前捕获图片。 捕获图片没问题,但捕获后,我的手机(motorola cliq)显示图像并为我提供了 2 个选择:附加或取消。

我想自定义此视图,并让手机提供上传和取消,并可能更改图标,这可能吗?

I am using Phonegap and my application is capturing a picture before uploading it.
Capturing a picture is no problem, but after the capture, my phone (motorola cliq) is displaying the image and offers me 2 choices: attach or cancel.

I would like to customize this view, and have the phone offering upload and cancel, and possibly change the icons, is that possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

素染倾城色 2024-11-11 04:29:36

PhoneGap 依赖本机代码来拍照,因此如果您想创建自定义相机捕获视图,您必须提供一个自己的 PhoneGap 插件,该插件以常规 Android 代码编写,并从您的 PhoneGap 应用程序中使用它。

PhoneGap relies on native code for taking pictures, so if you want to create a custom camera capture view, you must provide an own PhoneGap plugin that is the written as regular Android Code and the use it from your PhoneGap app.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文