Does anyone else have trouble with DisplayAlert not awaiting on Windows Phone?
The code works fine on Android but does not await on Windows Phone.
Simple two lines of code.
await DisplayAlert("Names", _names, "OK", "Cancel");
await DisplayAlert("Filters", _filters, "OK", "Cancel");