I tried using window.onerror and window.addEventListener("error", ...), in order to handle some JavaScript errors, but it didn't seem to work in my JavaScript Metro style app :/
I can create a wwa-error.html page, to handle navigation errors. But is there a mechanism to catch other exceptions globally?
Thanks.