我是Phonegap的新手,我正在尝试使用它录制音频。我按照PhoneGap API给出的代码,但它在控制台中抛出以下异常:
04-19 08:59:55.934: E/Web Console(4197): TypeError: Result of expression
'navigator.device' [undefined] is not an object.
at file:///android_asset/www/index.html:31
code at line 31 is navigator.device.capture.captureVideo(captureSuccess, captureError, {limit: 2});
答案 0 :(得分:0)
PhoneGap 1.5 中的错误。您应该使用 PhoneGap 1.6.1 。
您可以从PhoneGap API复制代码并根据您的要求进行更改。