Crosswalk - exitApp()

Hello
i have same problem like you and i solve that by this code for exit app :smile:

window.close();
ionic.Platform.exitApp();  

Hope this help for you.

3 Likes