cordova - Play audio file when download complete in iPad using Javascript -
i developing cordova based application.i have "notification.wav" audio file in resources . want play file using javascript when downloadsucess method called.
//init audio var audiodownloadcomplete = new audio('assets/notification.wav'); //play on complete var ondownloadcomplete = function(){ audiodownloadcomplete.play(); }
Comments
Post a Comment