rolandl
rolandl

Reputation: 1877

Universal Apps - Catch errors thats occur in the WebView

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

Answers (1)

rolandl
rolandl

Reputation: 1877

I finally found this How to page on the Windows Dev Center.

Upvotes: 1

Related Questions