Phonegap(3.0.0) Camera not successful on first try

前端 未结 6 2345
温柔的废话
温柔的废话 2021-02-15 17:21

For testing purposes I copied the full example found on the phonegap camera API and I put an alert on onPhotoDataSuccess to test when the function is fired. On the

6条回答
  •  萌比男神i
    2021-02-15 17:32

    had exactly the same problem. Capture success was only receiving the callback after captureVideo had been called for the second time.

    Just replaced my old app/bin/cordova.jar file with new 3.2.0 cordova-dev.jar (in eclispe) and all back in order :)

提交回复
热议问题