Rank: Newbie Groups: Member
Joined: 2/11/2021 Posts: 8
|
Open in a webview a gmail url to access to any email. An email with a link, if you click on it, the e.TargetUrl is: about:blank:#blocked I handle the WebPage_NewWindow event.
I've tried to set the EnableWebSecurity = false; but doesn't work.
BrowserOptions op = new BrowserOptions(); op.EnableWebSecurity = false; this.miWebView.SetOptions(op);
Any ideas?
Thanks in advance.
|