My app has a WebView for displaying some contact information. It has a link to a website that I want to load externally using Device.OpenUri(). I\'m using FreshMvvm
Device.OpenUri()
You can´t navigate with a WebView, you must use a custom render (hybridwebview). Here is an explanation:
https://developer.xamarin.com/guides/xamarin-forms/application-fundamentals/custom-renderer/hybridwebview/