You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Combination of Launcher.OpenAsync and Application.Current.Quit does not terminate app in single window app but terminates in multiwindow in Mac Catalyst
#21489
I have multiwindow and singlewindow Mac Catalyst app that open each other via Launcher.OpenAsync . After app open another app, it must terminate. But when singlewindow app opens another one, it closes it's window but lives in task manager. Multiwindow app works fine. I want both apps terminate when app opens another app. Here you can see how singlewindow app does not close even in example app
Screen.Recording.2024-03-27.at.11.57.2.2.mov
Installed Workload Id Manifest Version Installation Source
This discussion was converted from issue #21482 on March 27, 2024 19:20.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have multiwindow and singlewindow Mac Catalyst app that open each other via
Launcher.OpenAsync
. After app open another app, it must terminate. But when singlewindow app opens another one, it closes it's window but lives in task manager. Multiwindow app works fine. I want both apps terminate when app opens another app. Here you can see how singlewindow app does not close even in example appScreen.Recording.2024-03-27.at.11.57.2.2.mov
Installed Workload Id Manifest Version Installation Source
maui-maccatalyst 8.0.7/8.0.100 SDK 8.0.100
maui-ios 8.0.7/8.0.100 SDK 8.0.100
maui-android 8.0.7/8.0.100 SDK 8.0.100
maui 8.0.7/8.0.100 SDK 8.0.100
Steps to Reproduce
Link to public reproduction project repository
No response
Version with bug
8.0.7 SR2
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
macOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions