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
Post a Comment