Skip to content

xamcat/MauiSceneLifecycleRepro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

MauiSceneLifecycleRepro

Looking at Apple's UISceneDelegate Documentation and comparing it to current .NET MAUI implementation of MAUISceneDelegate, there are a few missing UISceneDelegate Lifecycle events.

Expected Behavior

All Life Cycle events for SceneDelegate to fire :

  • scene(_:willConnectTo:options:)

  • sceneDidDisconnect(_:)

  • sceneDidBecomeActive(_:)

  • sceneWillResignActive(_:)

  • sceneWillEnterForeground(_:)

  • sceneDidEnterBackground(_:)

  • sceneWilLConnect(_:)

Current Behavior

Only 2 of the implemented life cycle events work,

  • WillConnect

  • DidDisconnect

other life cycle events do not fire.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages