Open PureWeen opened 11 months ago
We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.
Hi @PureWeen,
I would like to work on this issue. Could you please assign it to me or let me know if there are any specific requirements or guidelines I should follow?
Thank you!
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
@parthsali not in particular if you look at any of our other API "triple comment" api docs on files they all follow about the same structure
Page has a decent amount of comments you can use as a reference https://github.com/dotnet/maui/blob/bcba26ff7651cfae171a45df0caca71d7f4b4d39/src/Controls/src/Core/Page/Page.cs#L280-L290
Description
Because the different platforms use the same names for different things it can get confusing understanding what platform lifecycle events map to what xplat life cycle events.
We should update the API Docs on all the window life cycle methods to indicate what platform life cycle events they map to
https://github.com/dotnet/maui/issues/1720