Replies: 1 comment 1 reply
-
|
I rebuilt the project and it was fix. private void OnWindowActivated(object sender, Windows.UI.Core.WindowActivatedEventArgs e)
{
Task.Run(async () =>
{
await Task.Delay(200);
// ...
}
}But it's not a solution. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I'm looking for a method for notify me when Window will be loaded.
For UWP next code will work
But for Android OnWindowActivated doesn't performed.
Beta Was this translation helpful? Give feedback.
All reactions