Problem Description
when using audio plugin on all platform (ejecta,cocoonjs, phonegab etc...)
when set action to play audio it play it twice (double)
Attach a Capx
NEW PROJECT > ADD AUDIO PLUGIN
on start of layout > play audio "tap.ogg" or "tap.m4a" (tap.ogg for example)
Steps to Reproduce Bug
NEW PROJECT > ADD AUDIO PLUGIN
on start of layout > play audio "example.ogg"
Observed Result
Operating System and Service Pack
WINDOWS 7 SP1 - OSX YOSEMITE 10.10 VMWARE
Construct 2 Version ID
203
the prouf
if we create new project without any actions and or audio plugin
and export to ios (ejecta, cocconjs, phonegab etc ...) and add the following javascript call into index.js to play audio (just for test)
var audio = new Audio('media/tap.m4a');
audio.play();
it plays one time whereas it plays twice with audio plugin