iPhone 开发中phonegap 的相机方向问题
我正在使用phonegap 来捕获应用程序中的图像。
我的应用程序配置为在横向模式下工作,按钮位于右侧。
问题是我在用相机拍照时需要保持这个方向。
我正在使用 1.4.1 版本的phonegap 库。我尝试在调用 capturePhoto() 时将“ CorrectOrientation:true”作为cameraOption参数传递,但它似乎不起作用,并且设备继续按照设备加速计的指示拍摄和存储图像。
知道如何解决吗?
I'm using phonegap in order to capture an image in my application.
My application is configured to work in landscape orientation mode, with the button on the right.
The thing is that I need to keep that orientation when taking a photo with the camera.
I'm using the 1.4.1 version of the phonegap library. I have tried passing "correctOrientation: true" as a cameraOption parameter when calling capturePhoto(), but it doesn't seem to work and the device continues taking and storing the images as the device accelerometer tells.
Any idea how to solve it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论