-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Loaded event not firing for views in popups #1363
Comments
Could it be related to #1342? |
@mattleibow does this happen on all platforms or just iOS? |
Some of the PRs I'm in charge of have not been merged into main, but I verified it with the latest source code I have.
Only iOS stops at the first frame. |
The problem did not reproduce on .NET 8.
I used the following versions: The problem occurs when using the .NET 7 version of MAUI, but not the .NET 8 version. |
Amazing work again @cat0363 thank you. I'll close this issue down. |
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
When I subscribe to the Loaded event on my view, it does not fire
Expected Behavior
The Loaded event fires
Steps To Reproduce
Link to public reproduction project repository
mono/SkiaSharp.Extended#142
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: