HTML5 audio not playing in PhoneGap App (Possible to use Media?)

前端 未结 7 1062
执笔经年
执笔经年 2020-12-06 14:05

Working on a basic sound board for a trip abroad. Set up everything to work fine in Browsers but wanted to use PhoneGap Build/GitHub to make it downloadable as cell service

7条回答
  •  忘掉有多难
    2020-12-06 14:24

    If you are compiling build in cloud,

    Just add following line in your index.html

    
    

    Note: No need to include source phonegap.js, while compiling build phonegap.js will be added.

    Also include media plugin in config.xml as:

    If platform is Android, If media present in root then Media url must be : /android_asset/www/test.mp3

提交回复
热议问题