Questions tagged [.net-maui]

This tag is redundant. For now, use "maui" instead, because most such questions are there. While ".net-maui" is a superior tag, because more explicit, its been over six months since it was requested that the two tags be merged.

548 questions
0
votes
0 answers

Syncfusion radialguage not working with maui intialize component failing

I am trying to work with radialguages in maui using syncfusion library (syncfusion.maui.Gauges) but I was not able to work with it due Intialize component();. Here is my mainpage.xaml.cs file where I'm getting the error. namespace…
0
votes
1 answer

Shell TitleView cant populate Layouts

We are working on an MAUI app and facing a problem in navigating from and to tabs. We have a shell app with a TabBar, inside we defined 5 tabs:
0
votes
0 answers

¿Blazor maui custom icon?

I'm trying to customize the blazor maui app icon. I have tried replacing the appicon.svg and the appiconfg.svg by replacing the appiconfg.svg I have customized the splash screen, but in the case of appicon.svg I have only caused a black background…
0
votes
0 answers

Installing maui workload package not signed

Script: dotnet workload install android ios maccatalyst tvos macos maui wasm-tools --disable-parallel --ignore-failed-sources --from-rollback-file https://aka.ms/dotnet/maui/preview.9.json --source https://aka.ms/dotnet6/nuget/index.json --source…
0
votes
1 answer

MAUI Preview 12 iOS Debugging

After upgrading to VS2022 preview 3 and Maui Preview 12 I'm no longer able to debug iOS apps. Break point so get hit but no code is visible. Appliation in break mode I have tried this on a new windows 11 install and clean install of visual studio,…
pedfx
  • 21
  • 3
-1
votes
1 answer

MAUI: Not able to convert camera captured image into byte[] array to send it to mongo db

My aim is to take a picture with my phone and store it in mongodb. For that, I need to convert the image to byte[] array and will store in mongo db as binary data. My code is in .NET MAUI. I am able to take the picture with camera but not able to…
Arup
  • 155
  • 11
-1
votes
1 answer

'The left-hand side of an assignment must be a variable, property or indexer' error with custom handler in .NET MAUI

I am currently migrating a Xamarin.Forms app to .NET MAUI, and I am noticing that to make custom controls it has changed to creating a custom handler. I have followed the documentation values and an article in the .NET MAUI Wiki on GitHub but I have…
-1
votes
1 answer

Porting View Renderer in .net

I am currently migrating my Xamarin.Forms app to .NET MAUI, and having a difficulty in migrating view renderer. In .NET MAUI I am using camera2 in my app, and using the renderer for same. My Xamarin forms code is public class CameraRecordV3 :…
-1
votes
2 answers

How to achieve a modal similar to Bootstrap modal in .NET MAUI?

How can I achieve a Bootstrap modal dialog on .NET MAUI? Where.. Backdrop fade in or out Modal content slide up or down Modal can be close by clicking backdrop or by clicking custom close button I've tried to find some existing libraries but have…
-1
votes
2 answers

How to set menu-bar and header both in one application?

I have set header in collection view and when I try to add menu bar to content page it set above the header how do I set menu bar below header ?
-1
votes
1 answer

Set Entry Cursor visibility // color

i want to create like a "hidden entry" which I use in a data loading screen to preload debit cards after going through a band reader. My problem it's that i cannot hidden the entry cursor and they see on the screen that "someone it's typing" when…
Leandro Toloza
  • 1,655
  • 1
  • 6
  • 24
-1
votes
1 answer

How to create a local layout for MAUI and install it offline?

The documentation has provided a simple way to create a local layout for Visual Studio here. For example, the following command can create a local layout for .NET web and .NET desktop development. vs_enterprise.exe --layout c:\localVSlayout --add…
Alex Wright
  • 421
  • 1
  • 11
-1
votes
1 answer

.NET MAUI Dynamic Tab page

I am having issue to implement dynamic tab page in .NET MAUI project. Can we add tabs into Navigation page at runtime to open Webpage. I am trying to implement functionality model like Chrome or Edge to open web URLs in separate tab.
-1
votes
1 answer

Retrive label value within a ListView in a MAUI XAML page

I have a ListView that gets populated from a REST API. I need to send a parameter to another page to populate another ListView with REST API according to the query. The list view structure goes like this:
epaezr
  • 454
  • 2
  • 6
  • 15
-1
votes
1 answer

CarouselView control: how to block user from getting to the next item in certain situations

I use the latest ver of .Net Maui. In the scenario there is ObservableCollection of items bound to ItemsSource's CarouselView. User is supposed to do some actions upon the current item to make it "valid" in order to be able to move to the next one.…
YMC
  • 4,925
  • 7
  • 53
  • 83
1 2 3
36
37