PhoneGap unable to getDuration() out of Media API, but other methods work

前端 未结 4 2196
[愿得一人]
[愿得一人] 2021-02-15 14:29

I\'m building out an audio media recorder/player with PhoneGap. It\'s all working beautifully, but I\'ve hit a wrinkle I can\'t seem to iron.

my_media.play();

4条回答
  •  长发绾君心
    2021-02-15 15:15

    This question is too old. But it is still relevant because many might have been facing this same problem. Whenever nothing works I just do one thing, upgrade or downgrade the version. In this case I solved my problem by installing following version.

    cordova plugin add cordova-plugin-media@1.0.1
    

提交回复
热议问题