Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

WindowsPhone await DisplayAlert does not await

$
0
0

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");

Viewing all articles
Browse latest Browse all 58056

Trending Articles