The app was created using a the Visual Studio new MAui Project
When the Android App is opened via Deep Link, the NavigationPage.TitleView and the ToolbarItems are gone.
- Run the Android Application on a Android Emulator
- Use deeplink to start the app
On windows machine, the following command can be used to open the application view deep link
adb shell am start -d "DeepLink://TitleIssue"
- The Title View on MainPage is not shown
- The ToolbarItems are also not shown
The page should be same as before deeplinking.