Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open/External Url Protocol, intercept and re-direct within application #384

Closed
vmeganathan81 opened this issue Aug 11, 2020 · 3 comments
Closed

Comments

@vmeganathan81
Copy link

Using WebView2Control we would Like to intercept external URL such as mailto:// , and re-direct for appropriate application within the app, since everything is within application. Similar to issue #137.

We want everything to be one single application.

Could you please suggest workable solution for this issue with Webview2 control

@vmeganathan81
Copy link
Author

Currently is working for us by listening to both events FrameNavigationStarting and NavigationStarting
image
Let us know is it okay to use for now, till API is available.

@vmeganathan81
Copy link
Author

@champnic , any feedback on this?

@champnic
Copy link
Member

I think that's fine to use until the API is available if it's working for you. As you noted, we are tracking adding the API for custom URI support in #137, so I'm going to close this issue. Please reopen if this solution isn't working for you.

@yildirimcagri Any reason you know that this workaround might not work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants