问题描述
我公司开发的HTML5 Web应用程序的智能手机,最初推出黑莓被。它的部分功能是太拍照,然后返回到窗体以获得更多信息。
I have developed a HTML5 webapp for Smartphones, initial roll out being blackberry. Part of its function is too take a photo, then return to a form for more info.
在OS7(曲线型手机)应用功能完美。拍摄照片,可以追溯到形成,并显示使用Base64对拍摄的照片的一个小缩略图。应用程序已经打包和部署使用贝斯/巴斯
On OS7 (Curve type phone) the app functions perfectly. Take a photo, goes back to form, and displays a little thumbnail of the taken photo using base64. App already packaged and deployed using Bes / Bas
在OS6(9700)摄像头的应用程序不会拍摄照片后不能自动关机,我必须单击后退箭头,它带我回到了形式,而照片仍作为预期。
On OS6 (Bold 9700) the camera in the app does not auto shutdown after taking a photo, I have to click the back arrow, which take me back to the form, and the photo is still taken as expected.
我在黑莓上的PhoneGap
I have ready in the quirks of Blackberry on Phonegap
应用程序必须有钥匙注射权限,关闭照片拍摄后机摄像头的应用程序。
"Application must have key injection permissions to close native Camera application after photo is taken."
我假设,因为这是工作的OS7,我已经有了这一点。有没有一种程序化的方法/解决方法我可以确保相机捕捉上了年纪的操作系统或任何专家提示的东西我可能已经错过了照片后倒闭?
I am assuming as this is working on OS7, I already have this. Is there a programmable way / workaround I can make sure the camera closes down after capturing a photo on the older OS or any expert tips to something I may have missed?
感谢您事先的任何答复。
Thank you in advance for any replies
推荐答案
看起来像时的PhoneGap编译这个问题可能是特定于OS6,会尝试比PhoneGap的其他来源的汇编,看看它是否有差别。
Looks like this issue may be specific to OS6 when compiled with Phonegap, will try compilation on sources other than phonegap and see if it makes a difference.
这篇关于黑莓OS6摄像头采集后不会关闭的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!