I am developing Windows phone 8 PhoneGap app. Using navigator.app.exitApp() I am quiting the app from home screen in Windows phone 7. But when I tried the same in Windows ph
I develop small application for Windows Phone 8.1 and the code below works for me:
window.close();