2
我是Phonegap的新手,我試圖使用它錄製音頻。我接着PhoneGap的API提供的代碼,但它拋出以下異常在控制檯:PhoneGap嘗試錄製音頻時出錯
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});