开发者

Customize iPhone camera UI using PhoneGap

开发者 https://www.devze.com 2023-03-05 01:26 出处:网络
I am new to PhoneGap. I am prototyping a project and am just wondering if it\'s possible to achieve a feature with PG.

I am new to PhoneGap. I am prototyping a project and am just wondering if it's possible to achieve a feature with PG.

When I call the camera on an iPhone it open up a camera stream with the stand camera UI. Is it possible to customize the UI to the way I want. To be more specific, instead of the one action button on the bottom, can I replace it with three custom buttons, and they all capt开发者_C百科ure an image from the camera stream and then save the thumbnail onto the interface.


This is possible, but requires changes to PhoneGap core in objective-c. Take a look at the camera.m and the camera.h file in your PhoneGap lib. You can modify them as needed.

0

精彩评论

暂无评论...
验证码 换一张
取 消