With the classic code in my controller it works, but how I can do the callback to refresh the control?, here is my code
var ptr = Alloy.createWidget("nl.fokkezb.pullToRefresh", {
id : "ptr",
children : [tableview]
}).getView();
ptr.addEventListener("onRelease",function(e){
alert("");
});
Hi,
With the classic code in my controller it works, but how I can do the callback to refresh the control?, here is my code
Thanks Regards