Popup V2 CloseAsync not calling back to the await every time #2766
Closed
JRosanowski
started this conversation in
General
Replies: 2 comments 2 replies
-
This issue has already been reported here #2717 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
This is on Android, I haven't tried iOS.
I've got some code to call a popup and await the result.
IPopupResult<int> popupResult = await App.Instance.CurrentPage.ShowPopupAsync<int>(popup, GetPopupOptions());
When a button on the popup is clicked CloseAsync is called and the popup always closes, but often it never returns to the code awaiting ShowPopupAsync
await CloseAsync((int)AlertResult.Ok);
Has anyone seen this or have any idea what the problem might be?
Beta Was this translation helpful? Give feedback.
All reactions