I am new to phonegap. I have prepared one sample application. My application has 2 pages, the first page has one button, when clicked the second page will open. It is workin
sorry i can't reply in comment. just FYI, these codes
if (navigator.app) { navigator.app.exitApp(); } else if (navigator.device) { navigator.device.exitApp(); } else { window.close(); }
i confirm doesn't work. i use phonegap 6.0.5 and cordova 6.2.0