I am trying to use a display alert when the page gets loaded. I receive a null reference in the android.app.activity.cs: 3326. Anyone have any ideas why this happens? or having working displayalert? I wonder since I call it in the constructor its causing this?
the call I am trying use looks like this
var answer = await DisplayAlert("Welcome", "app Would Like to Use Your Current Location", "Allow", "Don't Allow");