Questions tagged [.net-maui.shell]

75 questions
4
votes
2 answers

Maui Shell backwards navigation

I want the user to be able to move products from one location to another. When done, I want to go back to the products page because he's likely to keep moving products from the same location. I've got two slightly different scenarios. Scenario…
Arthur Rey
  • 2,990
  • 3
  • 19
  • 42
2
votes
1 answer

Why am I unable to trigger the click event or command on tapping bottom items in .Net Maui List View / Bindable Stack Layout?

I am developing a .Net Maui application and facing trouble with collection views, more specifically with the List View and the problem persists even if I try bindable layout like Stack Layout by replacing List View. Only First few items can be…
2
votes
1 answer

OnClicked event for MAUI Tab in Shell App

I have a MAUI Shell app that I'm working on using a TabBar. I have a header that I have created that will show on multiple tabs and direct users to a notifications page. If the user clicks the header link it routes to the notifications page fine.…
Luke Konecki
  • 129
  • 1
  • 1
  • 8
2
votes
1 answer

back button not working in Shell navigation Xamarin MAUI in multiple layer navigation

When I try to navigate into multiple-layer navigation, the back button not working. Let's say first goes into the "dashboard" page then I go into the "animals" page then if I try the back button it's working fine, but if I go deeper into the "cats"…
2
votes
0 answers

Master page with a shell navigation and an additional singleton control that is always visible

I looking for something like a master page with two placeholders. The top placeholder contains the shell page with a navigation and a content page. And the lower placeholder contains a control that never changes after initialization. If a flyout…
Uwe Eichkorn
  • 71
  • 1
  • 8
2
votes
2 answers

.NET MAUI: Customize Shell TitleView and bind to current page title

I want to replace the default Shell header with my own custom layout like this:
Benni
  • 203
  • 2
  • 7
2
votes
2 answers

.Net Maui - ShellContent navigation issue

I am trying to navigate to page "TestView" which is in folder "Views" of my VisualStudio solution. Here the compile Error. Error XFC0000 Cannot resolve type ":TestView" AppShell.xaml file
Jean-Marc Flamand
  • 939
  • 3
  • 10
  • 24
2
votes
1 answer

Shell Custom Renderer reset color set by TabBarUnselectedColor

I have a .Net MAUI app that uses Shell TabBar:
David Shochet
  • 5,035
  • 11
  • 57
  • 105
1
vote
3 answers

Unable to Navigate back to main page

Extremely frustrated with Shell Navigation, hope someone can help Flow App loads and the Landing Page appears (this is the main page) The user taps the account icon and is routed to Login User enters their details and clicks the login button (i…
1
vote
1 answer

Create Child View using .NET DI container .NET MAUI

My Goal is to NOT create dependencies between ViewModels. I have .NET 7 MAUI project. The situation is simple. I have the MainPage and I linked ViewModel MainPageViewModel to it using…
Hakan Fıstık
  • 16,800
  • 14
  • 110
  • 131
1
vote
1 answer

How can I customize the Title Bar alongside an acrylic window inside a .NET MAUI (Shell) desktop application (Windows & MacOS)

I'm trying to style my app similarly to the image below, where the window is acrylic, and the app contents extend into the Title Bar area. I'm using a .NET MAUI shell app, and targeting platforms Windows 10/11 & MacOS. So far, I have an acrylic…
1
vote
0 answers

Switch to other program and then bring to front again causes .Net MAUI application restart

I have developed .Net MAUI application 7.x. On Adroid, while running application when I switch to another application (move MAUI app to background) and then reactivate my MAUI application (move it to front) causes my application restart and navigate…
1
vote
1 answer

.NET Maui - Reset Navigation Stack when clicking on the same Tab that is currently displayed

I want to implement very specific thing for TabBar in my maui shell app. User can now technically go in infinite loop of going in to details page on that one tab. RootTabPage-> DetailsPage -> DetailsPage -> DetailsPage.... I want to make it possible…
ziomek64
  • 39
  • 5
1
vote
0 answers

Shifting .NET MAUI Flyout to the Right with FlowDirection?

How can I shift the .NET MAUI Flyout to the Right (e.g. with FlowDirection) using Shell? I am currently developing an application using .NET MAUI and am facing an issue with the Flyout menu (Sidebar). I am aiming for a right-to-left layout to better…
rafik
  • 11
  • 2
1
vote
1 answer

How to handle "Parameterless Constructor" error when I need to pass a ViewModel in C# .Net MAUI?

I'm new to C# and the .NET MAUI architecture. I'm trying to use a local SQLite database for a simple voter application. VoterListPageView is the Main Page that AppShell points to (code added below). The following code keeps giving me this…
SqueezeOJ
  • 441
  • 7
  • 17
1
2 3 4 5