Welcome Guest Search | Active Topics | Sign In | Register

using gmail in WebView can't open links Options
Developer Prius
Posted: Monday, September 13, 2021 11:44:42 AM
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.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.