private void stringContent_OnNavigationStarted(object sender, Xam.Plugin.WebView.Abstractions.Delegates.DecisionHandlerDelegate e)
 {
     if (e.Uri.Contains("bbc.co.uk"))
     {
         e.OffloadOntoDevice = true;
     }
 }
 private void FormsWebView_OnNavigationStarted(object sender, Xam.Plugin.WebView.Abstractions.Delegates.DecisionHandlerDelegate e)
 {
     System.Diagnostics.Debug.WriteLine("Navigation has started");
 }