Hello all,
I have a webview, and I want to block the video ads that keep on popping up.
I used the NavigationStarting event to detect and block certain sites and it works no problem...
What the issue is that it just stops the webview, it does not continue to the uri path that was initially set out to load.
So, I block the ad, but requested page stops from being loaded also.
Any idea what I am doing wrong?
Thanks.


More...