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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -