Questions tagged [.net-maui.shell]

75 questions
0
votes
0 answers

how can i resize title bar back, minimize and close button in .net maui

how can I resize this. im try some of code but no one works
0
votes
0 answers

How can I change the theme to light .this happens after running first prioject

My first project in netmaui shows darktheme.how can I put it back to light theme? I expected to have a light theme but it failed to display the default
0
votes
1 answer

Trying to pass query parameter in MAUI

This is the function that changes location: string restaurantId = (string)e.Parameter; Console.WriteLine(restaurantId); await Shell.Current.GoToAsync($"location?restaurantId={restaurantId}"); Param is not undefined and it is consoled there. And…
1baz
  • 148
  • 1
  • 9
0
votes
0 answers

MAUI between windows' navigation

Im develop desktop tray app via WPF and Im intersted in MAUI, but I dont have any idea how to implement navigation from one window to another like from page to page. There is Shell class which implies that app must have mainpage on the top of…
Uporka
  • 1
  • 1
0
votes
2 answers

Bindable FlexLayout in MAUI is not Laying childs properly

I am having an issue with laying out ItemTemplate in FlexLayout in maui. FlexLayout seems to act strange with laying out the item sources to it. Here is a very simple code;
0
votes
0 answers

How to change encoding in .net maui?

I'm trying to write an app by using .net maui. When I use Ukrainian letters I get an error. As far as I understand, this problem can be solved by changing encoding, but I don't know how to do this correctly. I'm trying to change encoding to…
0
votes
1 answer

SignalR and .Net Maui - Shell.Current.GoToAsync Issue

I made a .Net Maui app and I tried to make an online version of it using SignalR. The connection is established successfully and I get an answer from the server and the Shell.Current.GoToAsync command is executed but the page is not changing at…
0
votes
0 answers

How to open dual screen window in .Net MAUI

I need to open the same application with 2 screens with different UIs. How Can I do that in .net MAUI? How Can I update the second screen by changing anything on the first screen?
0
votes
1 answer

.Net Maui missing DPad for android TV

I'm trying to publish an application on Android TV, but my app was rejected because it doesn't have D-Pad functionality support. Now, how I suppose to give to the user the ability to navigate between my app elements including the FlyoutMenu…
0
votes
1 answer

How do you change the color of the burger bar in maui when using shell

Looked everywhere but could not find it How do you change the color of the burger bar in maui when using shell Thanks
developer9969
  • 4,628
  • 6
  • 40
  • 88
0
votes
1 answer

Unable to resolve InitializeComponent in colors.xaml.cs and styles.xaml.cs

I'm trying to create a MAUI project from my existing forms project, and as part of it I created two resources files, one for colors and the other for styles, but it says that it cannot find the InitializeComponent method in it, I've tried cleaning…
Venky
  • 1,929
  • 3
  • 21
  • 36
0
votes
2 answers

How can I group MenuItems

In my .Net MAUI app, in Shell.xaml I have several MenuItems in a hamburger menu:
David Shochet
  • 5,035
  • 11
  • 57
  • 105
0
votes
1 answer

How can I bind MenuItem's Text (and if possible IconImageSource)?

I have a .Net MAUI app. I define a menu in AppShell.xaml. One MenuItem is this: I set binding context in…
David Shochet
  • 5,035
  • 11
  • 57
  • 105
0
votes
0 answers

.NET MAUI TabBar Handle Double Tap Gesture

Using the TabBar Shell, is there a way to handle when the user double taps on a tab. In my instance I would like to allow the user to double tap the tab and this will cause a refresh on the contents of that tab.
Andrew
  • 21
  • 2
-2
votes
2 answers

How can you make a tabs on a specific page in .NET MAUI?

I want to make tabs for a specific page, but with AppShell I can just do this for everypage. I just want tabs only in one page, and not the others.
1 2 3 4
5