Questions tagged [.net-maui.shell]
75 questions
0
votes
1 answer
InvalidCastException when using MAUI Shell navigation and passing an object to page
When I try navigating to the page without passing an argument, everything works as expected.
As soon as I pass a Dictionary into the Method I get a weird exception with
"The application is in break mode
Your app has entered a break state, but there…

Nico Sz
- 17
- 5
0
votes
1 answer
How to navigate to a tabbed page in an Android MAUI application?
I have an application that has two pages. The main page, it is not a tabbed page, and have a button to navigate to the second page, that it is a tabbed page with two sub pages.
The main page is the main application and the second page is the…

Álvaro García
- 18,114
- 30
- 102
- 193
0
votes
1 answer
I'm not able to focus on any entry and not able to click on any checkbox/radio button inside bindable stack layout in iOS .net maui
I'm not able to focus on any entry and not able to click on any checkbox/radio button inside bindable stack layout from second row in .net maui for iOS. android is working fine.
here is the screenshot of what i'm trying to do.
here is the…

Vanjara Sweta
- 81
- 1
- 10
0
votes
1 answer
Maui: Why the content inside the Shell.TitleView disappears every second time?
I have a MAUI app with a Flyout menu.
In the navigation bar beside the burger I show the title and a button (navigating to the user's profile settings).
When I open the app on Android device or Android emulator every second page I enter from the…

Frank Mehlhop
- 1,480
- 4
- 25
- 48
0
votes
1 answer
Android platform doesn't trigger my search handler's command method like in Windows in .NET MAUI, any ideas?
Unlike the behavior on windows platform my search handler does not trigger my command method on android platform
I tried putting gesture recognizers, but this does not work too.
Method "SelectGymCommand" on my viewmodel class adds the selected item…

m martins
- 1
- 1
0
votes
0 answers
How to display a fixed view at the ContentPage using the Shell layout?
I am developing a .NET Maui application and utilizing the Shell layout.
I need to showcase a persistent view at the bottom of each page, similar to the Spotify player or the Shell.SearchHandler but above the tabs.

Adam
- 51
- 9
0
votes
1 answer
How to apply condition to Shell navigation?
I have a .Net MAUI app with CommunityToolkit.Mvvm that uses shell nagivation:
...

David Shochet
- 5,035
- 11
- 57
- 105
0
votes
0 answers
Is there a way to push pages into the navigation stack from top or bottom in .NET MAUI?
I wish to customize the default direction(sideways) that is used for navigating between the pages and instead use top or bottom directions for page navigations in .NET MAUI, is it possible?
I have not found any articles which support that this can…
0
votes
2 answers
Maui How to add a button at the Shell to navigate to a page?
I have a Maui application with flyout menu.
Additional I like to have a button on the Shell at the right end "profile".
From there the ProfilePage should be opened. (instead using the flyout menu).
How should I implement the button at the shell?
How…

Frank Mehlhop
- 1,480
- 4
- 25
- 48
0
votes
1 answer
.NET Maui TabbedPage does not work on Android
I have the same issue as this thread
When I load my app on Windows Machine, NO ISSUE. However on Android I have an Exception pointing on the constructor of my TabbedPage
public partial class AppTabbedPage
{
public AppTabbedPage()
{
…

christian80gabi
- 1
- 3
0
votes
3 answers
Hide Tab(-Item) of Flyout Item
When I have a Flyout Item and a TabBar with 3 Tabs defined in AppShell.xaml, how can I remove the Tab-Item of the first Item here?

OXO
- 391
- 1
- 8
0
votes
1 answer
Why does .NET MAUI Shell back navigation fail without raising an error
I am using shell navigation with a tab bar and four tabs. Each tab contains a content page. Some of these content pages navigate to other (e.g detail) pages and some of these go down a further level. Navigation works fine with the back button…

Lamotu
- 1
- 3
0
votes
0 answers
How to use AWS DynamoDB with .net MAUI app?
I am building a .net MAUI app with Android and iOS platform. I want to add the DynamoDB as direct backend.I didn't find any documentation or blog, How to achieve that?

Suyash
- 365
- 5
- 18
0
votes
1 answer
Plugin.Firebase causes Invalid Binary in a MAUI release build in App Store
I am facing an Invalid Binary issue with the release build in the App Store. I have an empty sample MAUI app with the following packages.
If I remove the Plugin.Firebase package from the project, the app uploads and passes the TestFlight. However,…

ARH
- 1,566
- 3
- 25
- 56
0
votes
0 answers
Master View with AppShell
How can I use a master view on top of my Shell?
In .NET MAUI app I am using Shell on top of which I need to design a custom status bar. How can I have it as a master view on top of my app shell?

F.F
- 11
- 6