Quantcast
Channel: User Liyun Zhang - MSFT - Stack Overflow
Viewing all articles
Browse latest Browse all 444

Answer by Liyun Zhang - MSFT for MAUI Blazor when taping the Push Notification the splash screen hangs

$
0
0

This is because the MainActivity's default launch mode is

"standard"

The default mode. The system creates a new instance of the activity inthe task it was started from and routes the intent to it. The activitycan be instantiated multiple times, each instance can belong todifferent tasks, and one task can have multiple instances.

Set the LaunchMode = LaunchMode.SingleTop will resovle it.


Viewing all articles
Browse latest Browse all 444

Trending Articles