I need to update UI on the previous page when PopAsync()
is called. I'm using a static class to hold global variables. Based on the values, the previous page needs to update itself. I tried making UI changes in OnAppearing()
to no avail. I also tried Device.BeginInvokeOnMainThread()
. No luck there either. How do you redraw a page?
↧
Update previous page UI upon navigating back
↧