var action = await App.Current.MainPage.DisplayActionSheet(t.SiteName + "\n" + t.AddressLine1, "Cancel", null, "Continue" , "Open");
↧
DisplayActionSheet crashes the app, when user touches outside to cancel. Android.
↧