net::err_unknown_url_scheme xamarin

public class CustomWebViewClient : WebViewClient
{
[System.Obsolete]
public override bool ShouldOverrideUrlLoading(Android.Webkit.WebView view, string url)
{
if (url.StartsWith("mailto:") | url.StartsWith("tel:") | url.StartsWith("intent:"))
{
url = url.Replace("mailto:", "").Replace("tel:", "").Replace("intent:", "");
 
Intent mail = new Intent(Intent.ActionSend);
mail.SetType("application/octet-stream");
mail.PutExtra(Intent.ExtraEmail, new String[] { url.Split('?')[0] });
view.Context.StartActivity(mail);
return true;
}
 
view.LoadUrl(url);
return true;
}
}


KENDİME NOTLAR
An error occurred while starting the application.
Centos 7 Plesk 80 ve 443 Nolu Portları Kapanmış
Whmcs Fatal error: Uncaught PDOException: SQLSTATE[42000]
Membership (Üye Yönetimi) ve Rol Management (Rol Yönetimi)
Whmcs Admin login Error
Gmail SMTP Hatası : 5.5.1 Authentication Required. Learn more at
There are some very good open source responsive admin templates based on Bootstrap
net::err_unknown_url_scheme xamarin
The request was aborted: Could not create SSL/TLS secure channel
Wordpress API - XML-RPC.NET
Visual Studio 2015 İndir / Download
ARC Welder
Whmcs Talepler
C Sayfa Yönlendir
SQL SELECT INTO Statement
Sunucu Saatini Geri Almak
Whmcs Pleskde Siteleri Ayrı Ayrı Hesaplar Altında Açması İçin
Sunucu ve Plesk İlk Kurulurken
Plesk Panel/IIS 7.0 da .pfx Uzantılı SSL Sertifikası Yükleme
Reason: Remote SMTP Server Returned: 550 Requested action not taken: mailbox unavailable or not local
YukariCik