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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -