私は 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});