cordova - How to pick phone ringtones using phonegap? -


hi new phone gap technology trying select ringtones stored internally in phone. not know how use it?

any appreciated

thanks in advance

just created plugin opens phone's ringtone selection window.

plugin

https://github.com/vasani-arpit/cordova-plugin-ringtoneselector

sample project

https://github.com/vasani-arpit/ringtoneselectorsample

basic syntax following

    var success = function (uripath) {         //do whatever want uri path of selected ringtone     }      var failure = function () {         alert("error calling plugin");     }      cordova.plugins.ringtoneselector.open("this plugin.", success, failure); 

Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -