Cordova native popup confirm call back does not call

i am feeling its very critical issue as of now i am facing.

i am using cordova dialogs plugin to display native popup but when it open and i clicks on any of button then call back method does not call it only calls when i try to open again this popup.

i think its taking in que and when another request comes then only it call previous call back method.

navigator.notification.confirm(e,function(){

navigator.notification.alert("its Success",function(){},"Done","OK");

},
"Information",['OK','Cancel']);