I have a windows app using HTML/Javascript/Angular and when i minimise then maximise my onresuming does not fire.
My code setup is as follows
var winJSApp = WinJS.Application;
Windows.UI.WebUI.WebUIApplication.onresuming = function(eventArgs){
console.log("Resuiming");
}
There is of course much more to it than this, but the onresuming function just doesnt do anything when i maximise.
I've tried to add event listeners to the WebupApplication.AddEventListener without any luck, and cannot work out how to get the onresuming to fire, when my app gains focus, after being "suspended" with a minimize