Phonegap Build with phonegap 3 and media plugin
问题 I work on an application build with phonegap build and phonegap 3. I want to let the user to play some external audio files with the app. But I should have miss something because the media can't be find and play. Here is my config.xml : <?xml version="1.0" encoding="UTF-8" ?> <widget xmlns = "http://www.w3.org/ns/widgets" xmlns:gap = "http://phonegap.com/ns/1.0" id = "com.phonegap.example" versionCode = "10" version = "1.0.0" > <preference name="phonegap-version" value="3.0.0" /> <!--