IDialogService Modal triggers PageLifeCycle #2474
Unanswered
ArieBen
asked this question in
Xamarin.Forms
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the IDialogService to show a custom message box like this:
DialogParameters param = new DialogParameters { {"message",$"Barcode {ExtSku} not found!"}, {"title", "Picking" }, {"isCancelVisible", false }, {"icon", DialogueIconEnum.Info } }; await dialogService.ShowDialogAsync("MessageBox", param);
OnDisappearing, OnAppearing and OnNavigatedTo are all triggered [on the background(calling) page].
Is there any way to avoid that behavior?
Beta Was this translation helpful? Give feedback.
All reactions