The new SPA implementation does not support activePages.
Determine if this should be something supported in SPA or add to LIT's Page, tracking similar to how VMKeyboardService does.
Also, the current implementation is weak because it counts the number of active pages, meaning if Global and WatchPage are both active, it will never do anything.
The new
SPAimplementation does not supportactivePages.Determine if this should be something supported in
SPAor add to LIT'sPage, tracking similar to howVMKeyboardServicedoes.Also, the current implementation is weak because it counts the number of active pages, meaning if
GlobalandWatchPageare both active, it will never do anything.