|
Rank: Member Groups: Member
Joined: 11/8/2021 Posts: 21
|
Good morning, we can't open skype App from WebView using "skype:username?chat". On Chrome it works. How can we do? Thank you Kind regards
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
You will need to handle the WebView's LaunchUrl event, then set e.UseOSHandler to true inside your event handler. You can check the source code in MainWindow.xaml.cs/.vb in TabbedBrowser sample application as it handles this event this way.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 11/8/2021 Posts: 21
|
Great. Works!!
Thank you very much
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
You are very welcome. Please feel free to let us know if there is anything else.
|
|