mp3 audio playback not working with Cordova 3.5 on iOS

前端 未结 3 1451
遇见更好的自我
遇见更好的自我 2021-02-14 10:14

Recently I upgraded our iOS Project from Cordova 3.3 to 3.5.

mp3 files (that were previously downloaded into the iOS standard documents folder) will not play using the

3条回答
  •  无人及你
    2021-02-14 11:10

    The prefix documents ended working for me to take me to a persistent storage location within the app. In the source for the iOS plug-in it looks like you can use these prefixes:

    "documents://"
    "http://"
    "https://"
    "cdvfile://"
    

提交回复
热议问题