Reputation: 2642
I'm developing an universal game for both windows 8.1 and Windows Phone 8.1 and everything is working fine, however I'm just not able to fully close it after hitting either the 'X' on windows or the back button on windows phone, it just keeps running in the background on both OS.
Any way to close the app for good?
Note: I'm using HTML5 and JS
Upvotes: 0
Views: 251
Reputation: 4292
This the default(Standard) behavior for windows phone 8.1 and windows 8.1 winRT apps now. Apps are not closed when user press back button on the home screen.
Upvotes: 1