Reputation: 1877
I am currently working on an universal apps that displays a local HTML website through a WebView component.
Currently it does not work because I have some Javascript errors (I am aware of this). When I launch the website on the IE of my PC I have an Access is denied error. More info here.
I would like to catch this error in my app in order to obtain a log, but I cannot find a way to catch an error through the WebView component.
There is a way to do that ?
Upvotes: 1
Views: 544