0

I'm using Cordova Capture Audio on mobile device (iOS).

When I'm clicking on "Capture audio" button , nothing happen and the microphone appears only after I lock and unlock my phone . How can I fix this problem ?

Iphone 4 / iOS 6.1.3

Thanks

adibouf
  • 171
  • 4
  • 13

1 Answers1

1

The Icenium capture sample application works fine, so clone it and deploy it on your device to see whether it works for you as well. In this case you can compare the differences with your app or use it as a base for your app. If further help is needed, give more information e.g.: mobile device and OS version you're testing on.

silverchair
  • 920
  • 2
  • 9
  • 18
  • I'll try it but it's very strange it works when I load my project for the first time and after I have to lock/unlock to get it work . – adibouf Jul 22 '13 at 19:10
  • I'm using the code right here http://cordova.apache.org/docs/en/2.5.0/cordova_media_capture_capture.md.html#capture.captureAudio – adibouf Jul 22 '13 at 19:19
  • I try the Icenium sample application but I also have to lock/unlock to get i works ! Strange... – adibouf Jul 23 '13 at 15:02
  • doesn't happen on my iphone, try restoring defaults on your device or try another device. – silverchair Jul 24 '13 at 11:58